diff options
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ setup( license='BSD', packages=find_packages(exclude=['ez_setup']), tests_require=[ - 'django', + 'django>=1.1,<1.4', 'dingus', ], test_suite='debug_toolbar.runtests.runtests', |
