Updates packages and Django version

This commit is contained in:
ilan
2017-10-09 10:59:23 +02:00
parent d33752fb63
commit 0b649ecc31
4 changed files with 20 additions and 20 deletions

View File

@@ -24,7 +24,7 @@ Features
- Rollbar support
Django Q is tested with: Python 2.7 & 3.6. Django 1.8.18 LTS, 1.10.7 and 1.11
Django Q is tested with: Python 2.7 & 3.6. Django 1.8.18 LTS, 1.10.8 and 1.11.6
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.10.7` and `1.11`.
The code is tested against Django versions `1.8.18 LTS`, `1.10.8` and `1.11.6`.
- `Django-picklefield <https://github.com/gintas/django-picklefield>`__
@@ -112,7 +112,7 @@ Other known issues are:
Python
~~~~~~
The code is always tested against the latest version of Python 2 and Python 3 and we try to stay compatible with the last two versions of each.
Current tests are performed with Python 2.7.12 and 3.6.1
Current tests are performed with Python 2.7.14 and 3.6.3
If you do encounter any regressions with earlier versions, please submit an issue on `github <https://github.com/Koed00/django-q>`__
.. note::
@@ -128,7 +128,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.10.7 and 1.11 releases.
At the moment this means we support the 1.8.18 LTS, 1.10.8 and 1.11.2 releases.
You might find that Django Q still works fine with Django 1.7 and 1.9, but new releases are no longer tested for it.