mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-18 12:02:26 +03:00
Upgraded to Django 1.11 to resolve
This commit is contained in:
parent
7797585a12
commit
5395687f73
|
@ -2,6 +2,10 @@
|
||||||
All enhancements and patches to Cookiecutter Django will be documented in this file.
|
All enhancements and patches to Cookiecutter Django will be documented in this file.
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
## [2015-12-28]
|
||||||
|
### Changed
|
||||||
|
- Upgraded to Django 1.11 (@pydanny)
|
||||||
|
|
||||||
## [2015-10-08]
|
## [2015-10-08]
|
||||||
### Changed
|
### Changed
|
||||||
- Elastic Beanstalk: Added --noinput to migrate command (@MightySCollins )
|
- Elastic Beanstalk: Added --noinput to migrate command (@MightySCollins )
|
||||||
|
|
|
@ -34,8 +34,8 @@ production-ready Django projects quickly.
|
||||||
Features
|
Features
|
||||||
---------
|
---------
|
||||||
|
|
||||||
* For Django 1.10
|
* For Django 1.11
|
||||||
* Works with Python 3.4.x or 3.5.x. Python 3.6 is experimental
|
* Works with Python 3.6
|
||||||
* Renders Django projects with 100% starting test coverage
|
* Renders Django projects with 100% starting test coverage
|
||||||
* Twitter Bootstrap_ v4.0.0 - beta 1 (`maintained Foundation fork`_ also available)
|
* Twitter Bootstrap_ v4.0.0 - beta 1 (`maintained Foundation fork`_ also available)
|
||||||
* 12-Factor_ based settings via django-environ_
|
* 12-Factor_ based settings via django-environ_
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
wheel==0.30.0
|
wheel==0.30.0
|
||||||
|
|
||||||
|
|
||||||
# Bleeding edge Django
|
# Conservative Django
|
||||||
django==1.10.8 # pyup: >=1.10,<1.11
|
django==1.11.8 # pyup: <2.0
|
||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
django-environ==0.4.4
|
django-environ==0.4.4
|
||||||
|
|
Loading…
Reference in New Issue
Block a user