Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates to Django 1.8.9 and 1.9.2 #143

Merged
merged 1 commit into from
Feb 3, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ python:
- "3.4"

env:
- DJANGO=1.9.1
- DJANGO=1.8.8
- DJANGO=1.9.2
- DJANGO=1.8.9

sudo: false

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
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.8 & 1.9.1
Tested with: Python 2.7 & 3.5. Django 1.8.9 & 1.9.2

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


Django Q is tested with: Python 2.7 & 3.5. Django 1.8.8 & 1.9.1
Django Q is tested with: Python 2.7 & 3.5. Django 1.8.9 & 1.9.2

Contents:

Expand Down
4 changes: 2 additions & 2 deletions docs/install.rst
Original file line number Diff line number Diff line change
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.8` and `1.9.1`.
The code is tested against Django version `1.8.9` and `1.9.2`.

- `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.8 and 1.9.1 releases.
At the moment this means we support the 1.8.9 and 1.9.2 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
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ iron-core==1.2.0 # via iron-mq
iron-mq==0.8
jmespath==0.9.0 # via boto3, botocore
psutil==3.4.2
pymongo==3.2
pymongo==3.2.1
python-dateutil==2.4.2 # via arrow, botocore, iron-core
redis==2.10.5
requests==2.9.1 # via iron-core, rollbar
Expand Down