aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJannis Leidel2013-04-24 11:41:07 +0300
committerJannis Leidel2013-04-24 11:41:07 +0300
commit49c09c0b9afb588fa3cde047075331ea81d18a55 (patch)
treeb089a48459db993ee8e3126caf9070123062a3b1 /setup.py
parente0d176a7b7af44eb17eb5341cadb6705cac20e5d (diff)
downloaddjango-debug-toolbar-49c09c0b9afb588fa3cde047075331ea81d18a55.tar.bz2
Bumped up the tests require settings to allow using Django 1.5.x.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index ea40239..06cd86f 100644
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@ setup(
license='BSD',
packages=find_packages(exclude=('tests', 'example')),
tests_require=[
- 'django>=1.3,<1.5',
+ 'django>=1.3,<1.6',
],
test_suite='runtests.runtests',
include_package_data=True,