Skip to content

Commit 48ebd26

Browse files
committed
Update descriptions to be more accurate
1 parent 39124e3 commit 48ebd26

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
![PyPI - Status](https://img.shields.io/pypi/status/django-tasks.svg)
77
![PyPI - License](https://img.shields.io/pypi/l/django-tasks.svg)
88

9-
A reference implementation and backport of background workers and tasks in Django, as defined in [DEP 0014](https://github.com/django/deps/blob/main/accepted/0014-background-workers.rst).
9+
An implementation and backport of background workers and tasks in Django, as defined in [DEP 0014](https://github.com/django/deps/blob/main/accepted/0014-background-workers.rst).
1010

11-
**Warning**: This package is under active development, and breaking changes may be released at any time. Be sure to pin to specific versions (even patch versions) if you're using this package in a production environment.
11+
**Warning**: This package is under active development, and breaking changes may be released at any time. Be sure to pin to specific versions if you're using this package in a production environment.
1212

1313
## Installation
1414

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66

77
[project]
88
name = "django-tasks"
9-
description = "A reference implementation and backport of background workers and tasks in Django"
9+
description = "An implementation and backport of background workers and tasks in Django"
1010
authors = [
1111
{name = "Jake Howard"},
1212
]

0 commit comments

Comments
 (0)