mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
fix CHANGELOG.md
This commit is contained in:
parent
8fca0e0154
commit
42f94cdd86
|
@ -7,6 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||
- Added add default `AUTH_PASSWORD_VALIDATORS` configuration, generated by django 1.10 startproject. See (Password Validation docs)[https://docs.djangoproject.com/en/1.10/topics/auth/passwords/#module-django.contrib.auth.password_validation] (@luzfcb)
|
||||
- Rename `MIDDLEWARE_CLASSES` to `MIDDLEWARE` to enable support to [new style middleware](https://github.com/django/deps/blob/master/final/0005-improved-middleware.rst) introduced in Django 1.10 (@luzfcb)
|
||||
- New setting `MAILGUN_SENDER_DOMAIN` to allow sending mail from any domain other than those registered with mailgun (@jangeador)
|
||||
|
||||
### Changed
|
||||
- Upgrade to Django 1.10.1 (@luzfcb)
|
||||
- Upgrade django-model-utils to 2.6, django-redis to 4.5.0, redis to 2.10.5, Sphinx to 1.4.6, pytest-django to 3.0.0, django-anymail to 0.5, raven to 5.27.1 (@luzfcb)
|
||||
|
@ -15,6 +16,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||
- Sync `sites` app migrations with django 1.10, and fix aditional migrations to `sites` and `user` app (@luzfcb)
|
||||
d changed 'admin' url on `config/urls.py`, to stay the same as generated by django 1.10 (@luzfcb)
|
||||
- Make test_docker.sh tests pass by passing new password auth rules (@ssteinerx)
|
||||
|
||||
### Removed
|
||||
- Removed django-autoslug because not support django 1.10 at this date (@luzfcb)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user