Updates to Django 3.1

This commit is contained in:
Ilan Steemers
2020-08-06 11:22:33 +02:00
parent c1a627b7da
commit 3dff5528d6
8 changed files with 116 additions and 87 deletions

View File

@@ -24,7 +24,7 @@ Features
- Rollbar and Sentry support
Django Q is tested with: Python 3.7 and 3.8, Django 2.2.x and 3.0.x
Django Q is tested with: Python 3.7 and 3.8, Django 2.2.x and 3.1.x
Contents:

View File

@@ -32,7 +32,7 @@ Django Q is tested for Python 3.7 and 3.8
- `Django <https://www.djangoproject.com>`__
Django Q aims to use as much of Django's standard offerings as possible
The code is tested against Django versions `2.2.x` and `3.0.x`.
The code is tested against Django versions `2.2.x` and `3.1.x`.
Please note that Django versions below 2.0 do not support Python 3.7
- `Django-picklefield <https://github.com/gintas/django-picklefield>`__
@@ -152,7 +152,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 2.2.x and 3.0.x releases.
At the moment this means we support the 2.2.x and 3.1.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.6
For this you can always use older releases, but they are no longer maintained.