mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-27 18:08:11 +08:00
Django 1.8.14, 1.9.8 and 1.10rc1
This commit is contained in:
+3
-3
@@ -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
@@ -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
@@ -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
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user