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

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