diff options
| -rw-r--r-- | README.rst | 4 | ||||
| -rw-r--r-- | setup.py | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -35,8 +35,8 @@ Requirements The current version of the Debug Toolbar is 0.9.4. It works on Django 1.3 and 1.4. -The next version will work on Django 1.4 and 1.5. In addition, it will require -Python 2.6 or later. +The next version will work on Django 1.4 (1.4.2 or later) and 1.5. In +addition, it will require Python 2.6 or later. Installation ============ @@ -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', |
