diff --git a/.travis.yml b/.travis.yml index 29ec94b..0022569 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/README.rst b/README.rst index 611a0ef..9d60d01 100644 --- a/README.rst +++ b/README.rst @@ -31,7 +31,7 @@ Requirements - `Arrow `__ - `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 diff --git a/docs/index.rst b/docs/index.rst index b79e9eb..082071c 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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: diff --git a/docs/install.rst b/docs/install.rst index 9b13429..e106521 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -124,7 +124,7 @@ You can reference the `requirements