Updates Django test versions

This commit is contained in:
ilan
2018-03-13 15:36:46 +01:00
parent 8fdf2af824
commit 2c3b5f8771
4 changed files with 6 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ Features
- Rollbar and Sentry support
Django Q is tested with: Python 2.7 & 3.6. Django 1.8.18 LTS, 1.11.9 and 2.0
Django Q is tested with: Python 2.7 & 3.6. Django 1.8.19 LTS, 1.11.11 and 2.0.x
Contents:

View File

@@ -32,7 +32,7 @@ Django Q is tested for Python 2.7 and 3.6
- `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 `1.8.18 LTS`, `1.11.9` and `2.0`.
The code is tested against Django versions `1.8.19 LTS`, `1.11.11` and `2.0.x`.
- `Django-picklefield <https://github.com/gintas/django-picklefield>`__
@@ -139,7 +139,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.8.18 LTS, 1.11.9 and 2.0 releases.
At the moment this means we support the 1.8.19 LTS, 1.11.11 and 2.0.x releases.
You might find that Django Q still works fine with Django 1.7,1.9 and 1.10, but new releases are no longer tested for it.