diff --git a/README.rst b/README.rst index c3fdb99..59e19fb 100644 --- a/README.rst +++ b/README.rst @@ -46,7 +46,7 @@ Screenshots Requirements ============= -* Django 1.5+ +* Django 1.6+ * Python 2.7+ or Python 3.3+ * django-braces_ * django-extra-views_ diff --git a/setup.py b/setup.py index 18f318e..3fde8bc 100644 --- a/setup.py +++ b/setup.py @@ -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',