mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-13 09:32:26 +03:00
Update CHANGELOG.md
This commit is contained in:
parent
1d6edb6f2b
commit
d614351d12
|
@ -2,6 +2,13 @@
|
||||||
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-02-18]
|
||||||
|
### Changed
|
||||||
|
- The status of the registration (open or closed) is now read from the project environment instead of hardcoded in the common settings file. (@Eraldo)
|
||||||
|
- Renamed the adapter.py file to adapters.py to match the django naming convention. (@Eraldo)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [2016-02-15]
|
## [2016-02-15]
|
||||||
### Changed
|
### Changed
|
||||||
- In `users` app adapter, fix `is_open_for_signup` missing parameter (@oryx2)
|
- In `users` app adapter, fix `is_open_for_signup` missing parameter (@oryx2)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user