support django >=1.6

This commit is contained in:
Kamil Gałuszka 2014-09-22 04:33:46 +02:00 committed by montiniz
parent 84bf9f2073
commit 7e7542ef2b
2 changed files with 2 additions and 2 deletions

View file

@ -46,7 +46,7 @@ Screenshots
Requirements
=============
* Django 1.5+
* Django 1.6+
* Python 2.7+ or Python 3.3+
* django-braces_
* django-extra-views_

View file

@ -127,7 +127,7 @@ setup(
include_package_data=True,
#test_suite='runtests.runtests',
install_requires=[
'django>=1.5.0',
'django>=1.6.0',
'django-extra-views>=0.6.5',
'django-braces>=1.3.0',
'djangorestframework>=2.3.3',