Skip to content

Commit

Permalink
Merge pull request #153 from Koed00/dev
Browse files Browse the repository at this point in the history
Updates Django to 1.9.4 and 1.8.11
  • Loading branch information
Koed00 committed Mar 7, 2016
2 parents 52d8d2e + 128d269 commit 3019dd8
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 @@ -9,8 +9,8 @@ python:
- "3.4"

env:
- DJANGO=1.9.2
- DJANGO=1.8.9
- DJANGO=1.9.4
- DJANGO=1.8.11

sudo: false

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.5. Django 1.8.9 & 1.9.2
Tested with: Python 2.7 & 3.5. Django 1.8.11 & 1.9.4

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


Django Q is tested with: Python 2.7 & 3.5. Django 1.8.9 & 1.9.2
Django Q is tested with: Python 2.7 & 3.5. Django 1.8.11 & 1.9.4

Contents:

Expand Down
4 changes: 2 additions & 2 deletions docs/install.rst
Expand Up @@ -29,7 +29,7 @@ Django Q is tested for Python 2.7 and 3.5
- `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 version `1.8.9` and `1.9.2`.
The code is tested against Django version `1.8.11` and `1.9.4`.

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

Expand Down Expand Up @@ -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.9 and 1.9.2 releases.
At the moment this means we support the 1.8.11 and 1.9.4 releases.

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

Expand Down

0 comments on commit 3019dd8

Please sign in to comment.