Skip to content

Commit

Permalink
Updates Django test versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Koed00 committed Mar 13, 2018
1 parent 8fdf2af commit 2c3b5f8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -10,8 +10,8 @@ python:

env:
- DJANGO=2.0
- DJANGO=1.11.9
- DJANGO=1.8.18
- DJANGO=1.11.11
- DJANGO=1.8.19

matrix:
exclude:
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -31,7 +31,7 @@ Requirements
- `Arrow <https://github.com/crsmithdev/arrow>`__
- `Blessed <https://github.com/jquast/blessed>`__

Tested with: Python 2.7 & 3.6. Django 1.8.18, 1.11.9 and 2.0
Tested with: Python 2.7 & 3.6. Django 1.8.19, 1.11.11 and 2.0.x

Brokers
~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Expand Up @@ -24,7 +24,7 @@ Features
- Rollbar and Sentry support


Django Q is tested with: Python 2.7 & 3.6. Django 1.8.18 LTS, 1.11.9 and 2.0
Django Q is tested with: Python 2.7 & 3.6. Django 1.8.19 LTS, 1.11.11 and 2.0.x

Contents:

Expand Down
4 changes: 2 additions & 2 deletions docs/install.rst
Expand Up @@ -32,7 +32,7 @@ Django Q is tested for Python 2.7 and 3.6
- `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 versions `1.8.18 LTS`, `1.11.9` and `2.0`.
The code is tested against Django versions `1.8.19 LTS`, `1.11.11` and `2.0.x`.

- `Django-picklefield <https://github.com/gintas/django-picklefield>`__

Expand Down Expand Up @@ -139,7 +139,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.18 LTS, 1.11.9 and 2.0 releases.
At the moment this means we support the 1.8.19 LTS, 1.11.11 and 2.0.x releases.

You might find that Django Q still works fine with Django 1.7,1.9 and 1.10, but new releases are no longer tested for it.

Expand Down

0 comments on commit 2c3b5f8

Please sign in to comment.