From 9fbf85947226a7b1989122ea4cbbf66b0666507a Mon Sep 17 00:00:00 2001 From: Ilan Date: Wed, 19 Aug 2015 12:56:04 +0200 Subject: [PATCH] Updates to Django 1.7.10 and 1.8.4 --- .travis.yml | 4 ++-- README.rst | 2 +- docs/index.rst | 2 +- docs/install.rst | 2 +- setup.py | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 31bed91..eff67cd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/README.rst b/README.rst index 9bac1e2..2043b28 100644 --- a/README.rst +++ b/README.rst @@ -32,7 +32,7 @@ Requirements - `Arrow `__ - `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 diff --git a/docs/index.rst b/docs/index.rst index d557fe9..1b151dd 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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: diff --git a/docs/install.rst b/docs/install.rst index 80f1695..1297921 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -29,7 +29,7 @@ Django Q is tested for Python 2.7 and 3.4 - `Django `__ 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 `__ diff --git a/setup.py b/setup.py index 6f370ea..aad8571 100644 --- a/setup.py +++ b/setup.py @@ -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',