Skip to content

Commit 09203c6

Browse files
committed
bump django version requirements to 1.4.5
1 parent fd2bb66 commit 09203c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
packages=find_packages(exclude=('tests', 'example')),
1515
install_requires=[
1616
'sqlparse',
17-
'django>=1.4.2,<1.6',
17+
'django>=1.4.5,<1.6',
1818
],
1919
test_suite='runtests.runtests',
2020
include_package_data=True,

0 commit comments

Comments
 (0)