Updates to Django 1.7.10 and 1.8.4

This commit is contained in:
Ilan
2015-08-19 12:56:04 +02:00
parent 5ccd86a254
commit 9fbf859472
5 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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:
+1 -1
View File
@@ -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>`__
+1 -1
View File
@@ -40,7 +40,7 @@ setup(
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',