Upgraded to Django 1.11 to resolve

This commit is contained in:
Audrey Roy Greenfeld 2017-12-28 08:19:19 -08:00 committed by Daniel Roy Greenfeld
parent 7797585a12
commit 5395687f73
3 changed files with 8 additions and 4 deletions

View File

@ -2,6 +2,10 @@
All enhancements and patches to Cookiecutter Django will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [2015-12-28]
### Changed
- Upgraded to Django 1.11 (@pydanny)
## [2015-10-08]
### Changed
- Elastic Beanstalk: Added --noinput to migrate command (@MightySCollins )

View File

@ -34,8 +34,8 @@ production-ready Django projects quickly.
Features
---------
* For Django 1.10
* Works with Python 3.4.x or 3.5.x. Python 3.6 is experimental
* For Django 1.11
* Works with Python 3.6
* Renders Django projects with 100% starting test coverage
* Twitter Bootstrap_ v4.0.0 - beta 1 (`maintained Foundation fork`_ also available)
* 12-Factor_ based settings via django-environ_

View File

@ -5,8 +5,8 @@
wheel==0.30.0
# Bleeding edge Django
django==1.10.8 # pyup: >=1.10,<1.11
# Conservative Django
django==1.11.8 # pyup: <2.0
# Configuration
django-environ==0.4.4