mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-15 13:37:56 +08:00
Bump Django LTS version
This commit is contained in:
@@ -26,12 +26,12 @@ Features
|
||||
Requirements
|
||||
~~~~~~~~~~~~
|
||||
|
||||
- `Django <https://www.djangoproject.com>`__ > = 1.11.11
|
||||
- `Django <https://www.djangoproject.com>`__ > = 1.11.23
|
||||
- `Django-picklefield <https://github.com/gintas/django-picklefield>`__
|
||||
- `Arrow <https://github.com/crsmithdev/arrow>`__
|
||||
- `Blessed <https://github.com/jquast/blessed>`__
|
||||
|
||||
Tested with: Python 3.6. 3.7 Django 1.11.x and 2.1.x
|
||||
Tested with: Python 3.6. 3.7 Django 1.11.x and 2.2.x
|
||||
|
||||
.. warning:: Since Python 3.7 `async` became a reserved keyword and was refactored to `async_task`
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@ Features
|
||||
- Rollbar and Sentry support
|
||||
|
||||
|
||||
Django Q is tested with: Python 3.6. and 3.7, Django 1.11.x LTS and 2.1.x
|
||||
Django Q is tested with: Python 3.6. and 3.7, Django 1.11.x LTS and 2.2.x
|
||||
|
||||
|
||||
Contents:
|
||||
|
||||
@@ -142,7 +142,7 @@ You can reference the `requirements <https://github.com/Koed00/django-q/blob/mas
|
||||
Django
|
||||
~~~~~~
|
||||
We strive to be compatible with last two major version of Django.
|
||||
At the moment this means we support the 1.11.x and 2.1.x releases.
|
||||
At the moment this means we support the 1.11.x and 2.2.x releases.
|
||||
|
||||
Since we are now no longer supporting Python 2, we can also not support older versions of Django that do not support Python 3.
|
||||
For this you can always use the pre 1.0 release, but it's no longer maintained.
|
||||
|
||||
Reference in New Issue
Block a user