From 1784b6db913edb6cdf67ec1d93f25184b6936dc0 Mon Sep 17 00:00:00 2001 From: Nate Aune Date: Mon, 7 Oct 2013 17:37:14 -0400 Subject: [PATCH] change README to point out that this template has been downgraded to Django 1.5, not 1.6 --- README.rst | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.rst b/README.rst index 56aff5273..d8d6f0e2f 100644 --- a/README.rst +++ b/README.rst @@ -8,7 +8,7 @@ A cookiecutter_ template for Django. Features --------- -* Cutting edge: For Django 1.6 and other bleeding edge stuff +* Cutting edge: For Django 1.5 and other bleeding edge stuff * Twitter Bootstrap 3 * AngularJS * Registration via django-allauth @@ -24,13 +24,6 @@ Constraints * PostgreSQL everywhere * Environment variables for configuration (This won't work with Apache/mod_wsgi) -Caution: Bleeding Edge Requirements ------------------------------------- - -The cookiecutter-django project is bleeding edge in that it uses unreleased versions of several packages like Django, -South, django-crispy-forms, django-avatar, and more. - -Consider yourself warned. Usage ------