Skip to content

Commit

Permalink
Updates to Django 1.7.10 and 1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Koed00 committed Aug 19, 2015
1 parent 5ccd86a commit 9fbf859
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -8,8 +8,8 @@ python:
- "3.4"

env:
- DJANGO=1.8.3
- DJANGO=1.7.9
- DJANGO=1.8.4
- DJANGO=1.7.10

install:
- pip install -q django==$DJANGO
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -32,7 +32,7 @@ Requirements
- `Arrow <https://github.com/crsmithdev/arrow>`__
- `Blessed <https://github.com/jquast/blessed>`__

Tested with: Python 2.7 & 3.4. Django 1.7.9 & 1.8.3
Tested with: Python 2.7 & 3.4. Django 1.7.10 & 1.8.4


Installation
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Expand Up @@ -24,7 +24,7 @@ Features
- Python 2 and 3


Django Q is tested with: Python 2.7 & 3.4. Django 1.7.9 & 1.8.3
Django Q is tested with: Python 2.7 & 3.4. Django 1.7.10 & 1.8.4

Contents:

Expand Down
2 changes: 1 addition & 1 deletion docs/install.rst
Expand Up @@ -29,7 +29,7 @@ Django Q is tested for Python 2.7 and 3.4
- `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.7.9` and `1.8.3`.
The code is tested against Django version `1.7.10` and `1.8.4`.

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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -40,7 +40,7 @@ def run(self):
test_requires=['pytest', 'pytest-django', ],
cmdclass={'test': PyTest},
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'Environment :: Web Environment',
'Framework :: Django',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 9fbf859

Please sign in to comment.