mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 09:36:52 +03:00
update requirements and changelog
This commit is contained in:
parent
c7c1d0bfa1
commit
0601795f68
|
@ -2,6 +2,14 @@
|
||||||
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/).
|
||||||
|
|
||||||
|
## [2016-05-13]
|
||||||
|
### Changed
|
||||||
|
- Update version of pyflakes to 1.2.3, django-extensions to 1.6.7 and gunicorn to 19.5.0 (@luzfcb)
|
||||||
|
- Update version of AngularJS to 1.5.5 (@luzfcb)
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
- Remove Raven 404 catch middleware. Fix #367 (@pydanny)
|
||||||
|
|
||||||
## [2016-05-09]
|
## [2016-05-09]
|
||||||
### Changed
|
### Changed
|
||||||
- Improved mailhog usage documentation on `developing-locally.rst` (@shireenrao)
|
- Improved mailhog usage documentation on `developing-locally.rst` (@shireenrao)
|
||||||
|
|
|
@ -6,6 +6,6 @@ binaryornot==0.4.0
|
||||||
# Testing
|
# Testing
|
||||||
pytest==2.9.1
|
pytest==2.9.1
|
||||||
pep8==1.7.0
|
pep8==1.7.0
|
||||||
pyflakes==1.2.2
|
pyflakes==1.2.3
|
||||||
tox==2.3.1
|
tox==2.3.1
|
||||||
pytest-cookies==0.2.0
|
pytest-cookies==0.2.0
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
coverage==4.0.3
|
coverage==4.0.3
|
||||||
django_coverage_plugin==1.3
|
django_coverage_plugin==1.3
|
||||||
Sphinx
|
Sphinx
|
||||||
django-extensions==1.6.6
|
django-extensions==1.6.7
|
||||||
Werkzeug==0.11.9
|
Werkzeug==0.11.9
|
||||||
django-test-plus==1.0.12
|
django-test-plus==1.0.12
|
||||||
factory_boy==2.7.0
|
factory_boy==2.7.0
|
||||||
|
|
|
@ -12,7 +12,7 @@ psycopg2==2.6.1
|
||||||
# WSGI Handler
|
# WSGI Handler
|
||||||
# ------------------------------------------------
|
# ------------------------------------------------
|
||||||
gevent==1.1.1
|
gevent==1.1.1
|
||||||
gunicorn==19.4.5
|
gunicorn==19.5.0
|
||||||
|
|
||||||
# Static and Media Storage
|
# Static and Media Storage
|
||||||
# ------------------------------------------------
|
# ------------------------------------------------
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% endraw %}{% if cookiecutter.use_angular == "y" %}{% raw %}{% block angular %}
|
{% endraw %}{% if cookiecutter.use_angular == "y" %}{% raw %}{% block angular %}
|
||||||
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.0/angular.min.js"></script>
|
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.5/angular.min.js"></script>
|
||||||
{% endblock %}{% endraw %}{% endif %}{% raw %}
|
{% endblock %}{% endraw %}{% endif %}{% raw %}
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user