diff --git a/README.rst b/README.rst index d6bfbfde..d020aa71 100644 --- a/README.rst +++ b/README.rst @@ -20,7 +20,7 @@ A Cookiecutter_ template for Django. Features --------- -* For Django 1.8 +* For Django 1.9 * Renders Django projects with 100% test coverage * Twitter Bootstrap_ v4.0.0 - alpha_ * End-to-end via Hitch_ diff --git a/docs/developing-locally.rst b/docs/developing-locally.rst index 44fb6b7f..3be7940d 100644 --- a/docs/developing-locally.rst +++ b/docs/developing-locally.rst @@ -33,7 +33,7 @@ You can now run the usual Django ``migrate`` and ``runserver`` command:: django-allauth sends an email to verify users (and superusers) after signup and login (if they are still not verified). To send email you need to `configure your email backend`_ -.. _configure your email backend: http://docs.djangoproject.com/en/1.8/topics/email/#smtp-backend +.. _configure your email backend: http://docs.djangoproject.com/en/1.9/topics/email/#smtp-backend In development you can (optionally) use MailHog_ for email testing. MailHog is built with Go so there are no dependencies. To use MailHog:: diff --git a/setup.py b/setup.py index fb6c9a31..85437021 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ setup( classifiers=[ 'Development Status :: 4 - Beta', 'Environment :: Console', - 'Framework :: Django :: 1.8', + 'Framework :: Django :: 1.9', 'Intended Audience :: Developers', 'Natural Language :: English', 'License :: OSI Approved :: BSD License', diff --git a/{{cookiecutter.repo_name}}/requirements/base.txt b/{{cookiecutter.repo_name}}/requirements/base.txt index eac71dee..6d3c3971 100644 --- a/{{cookiecutter.repo_name}}/requirements/base.txt +++ b/{{cookiecutter.repo_name}}/requirements/base.txt @@ -1,5 +1,5 @@ # Bleeding edge Django -django==1.8.7 # rq.filter: >=1.8,<1.9 +django==1.9.0 # Configuration django-environ==0.4.0 @@ -12,7 +12,7 @@ whitenoise==2.0.6 # Forms django-braces==1.8.1 django-crispy-forms==1.5.2 -django-floppyforms==1.5.2 +django-floppyforms==1.6.0 # Models django-model-utils==2.3.1