aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorTom Christie2012-09-28 14:53:22 +0100
committerTom Christie2012-09-28 14:53:22 +0100
commit4ebd701be74fbb1f44f7763f7ab9e19f6483ac96 (patch)
tree4de29106eda93918ec8f4a85d028432b9f0e0830 /tox.ini
parent25cbff5fabf2f989c7eb7ec2b72602bce1ceadfe (diff)
downloaddjango-rest-framework-4ebd701be74fbb1f44f7763f7ab9e19f6483ac96.tar.bz2
Fix serialization issue with Django 1.3
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 4 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index f9bd0990..bcfff672 100644
--- a/tox.ini
+++ b/tox.ini
@@ -11,11 +11,11 @@ deps = https://github.com/django/django/zipball/master
[testenv:py2.7-django1.4]
basepython = python2.7
-deps = django>=1.4.1
+deps = django==1.4.1
[testenv:py2.7-django1.3]
basepython = python2.7
-deps = django>=1.3.2
+deps = django==1.3.3
[testenv:py2.6-django1.5]
basepython = python2.6
@@ -23,8 +23,8 @@ deps = https://github.com/django/django/zipball/master
[testenv:py2.6-django1.4]
basepython = python2.6
-deps = django>=1.4.1
+deps = django==1.4.1
[testenv:py2.6-django1.3]
basepython = python2.6
-deps = django>=1.3.2
+deps = django==1.3.3