setup.py: fix django minimum requirement (it is 1.5.3), add note about 1.6
This commit is contained in:
parent
cf93be9a14
commit
912d6c42db
3
setup.py
3
setup.py
@ -42,7 +42,8 @@ setup(
|
|||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
platforms='any',
|
platforms='any',
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'django >1.5.3, <1.6', # 1.5.3 has the session serializer configurable
|
'django >=1.5.3, <1.6', # 1.5.3 has the session serializer configurable
|
||||||
|
# 1.6 is not tested yet
|
||||||
'dnspython',
|
'dnspython',
|
||||||
'south',
|
'south',
|
||||||
'django-bootstrap-form',
|
'django-bootstrap-form',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user