Django 1.8.14, 1.9.8 and 1.10rc1

This commit is contained in:
ilan
2016-07-21 15:26:12 +02:00
parent 3c7d7ee954
commit 09a9511341
4 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -9,9 +9,9 @@ python:
- "3.4"
env:
- DJANGO=1.10a1
- DJANGO=1.9.7
- DJANGO=1.8.13
- DJANGO=1.10rc1
- DJANGO=1.9.8
- DJANGO=1.8.14
sudo: false
+2 -2
View File
@@ -31,7 +31,7 @@ Requirements
- `Arrow <https://github.com/crsmithdev/arrow>`__
- `Blessed <https://github.com/jquast/blessed>`__
Tested with: Python 2.7 & 3.5. Django 1.8.13, 1.9.7 and 1.10a1
Tested with: Python 2.7 & 3.5. Django 1.8.14, 1.9.8 and 1.10rc1
Brokers
~~~~~~~
@@ -166,7 +166,7 @@ Admin page or directly from your code:
args='2,-2',
schedule_type=Schedule.DAILY
)
# Run a task every 5 minutes, starting at 6 today
# for 2 hours
import arrow
+1 -1
View File
@@ -24,7 +24,7 @@ Features
- Rollbar support
Django Q is tested with: Python 2.7 & 3.5. Django 1.8.13 & 1.9.7
Django Q is tested with: Python 2.7 & 3.5. Django 1.8.14, 1.9.8 and 1.10rc1
Contents:
+1 -1
View File
@@ -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.13 and 1.9.7 releases.
At the moment this means we support the 1.8.14 and 1.9.8 releases.
You might find that Django Q still works fine with Django 1.7, but new releases are no longer tested for it.