Skip to content

Commit 5b37231

Browse files
committed
Require Django >= 1.8
1 parent 375864b commit 5b37231

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
@@ -29,7 +29,7 @@
2929
],
3030
include_package_data=True,
3131
install_requires=[
32-
'Django>=1.4',
32+
'Django>=1.8',
3333
'django-haystack>=2.0.0',
3434
],
3535
license="BSD",

0 commit comments

Comments
 (0)