aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorVladislav Poluhin2013-04-24 16:51:46 +0800
committerVladislav Poluhin2013-04-24 16:51:46 +0800
commitf386dd03ab05108488f7428cf64bd9bf382ae579 (patch)
tree71a4ff8399ef3f4879a748836b9921b9873e4c9e /setup.py
parent702f574461693efe0ea951254e2dcce7edb9a30f (diff)
parent49c09c0b9afb588fa3cde047075331ea81d18a55 (diff)
downloaddjango-debug-toolbar-f386dd03ab05108488f7428cf64bd9bf382ae579.tar.bz2
Merge branch 'master' of https://github.com/django-debug-toolbar/django-debug-toolbar into sql-panel-refactor
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,