Bump Django LTS version

This commit is contained in:
Ilan Steemers
2019-08-10 14:49:31 +02:00
parent 5ca8b753fd
commit 9f97a90b98
3 changed files with 4 additions and 4 deletions

View File

@@ -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:

View File

@@ -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.