Skip to content
This repository was archived by the owner on Apr 15, 2025. It is now read-only.

Commit a0cf26d

Browse files
author
Jayjay Montalbo
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

Lines changed: 1 addition & 1 deletion
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)