Skip to content

Commit a0cf26d

Browse files
committed
reduce django requirement to django >= 1.3 from >= 1.4
1 parent a1ec913 commit a0cf26d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
include_package_data=True,
1717
zip_safe=False,
1818
install_requires = [
19-
"django >= 1.4",
19+
"django >= 1.3",
2020
"boto >= 2.5",
2121
"South >= 0.8",
2222
],

0 commit comments

Comments
 (0)