Updates to Django 1.9.6 and 1.8.13

This commit is contained in:
Ilan Steemers
2016-05-15 11:08:34 +02:00
parent 7c443c746a
commit 1895014346
4 changed files with 6 additions and 6 deletions

View File

@@ -29,7 +29,7 @@ Django Q is tested for Python 2.7 and 3.5
- `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 version `1.8.12` and `1.9.5`.
The code is tested against Django version `1.8.13` and `1.9.6`.
- `Django-picklefield <https://github.com/gintas/django-picklefield>`__
@@ -124,7 +124,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.12 and 1.9.5 releases.
At the moment this means we support the 1.8.13 and 1.9.6 releases.
You might find that Django Q still works fine with Django 1.7, but new releases are no longer tested for it.