diff options
| author | Aymeric Augustin | 2013-10-17 11:05:11 +0200 | 
|---|---|---|
| committer | Aymeric Augustin | 2013-10-17 18:24:59 +0200 | 
| commit | 0458f6223c0ac5c56ddf8318a1b6ef1a01026a41 (patch) | |
| tree | 232adfb1d6f51c7a502aad763745e567b76f414c /setup.py | |
| parent | afe4b10accc92672a7ea01ab4a04e602fd7f8566 (diff) | |
| download | django-debug-toolbar-0458f6223c0ac5c56ddf8318a1b6ef1a01026a41.tar.bz2 | |
The actual requirement is Django >= 1.4.2.
Compatibility features for supporting Python 2 and 3 with a single code
base were added in Django 1.4.2.
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=('tests', 'example')),      install_requires=[ -        'django>=1.4,<1.6', +        'django>=1.4.2,<1.6',          'sqlparse',      ],      test_suite='runtests.runtests', | 
