2015-07-16 17:31:09 +03:00
|
|
|
# Change Log
|
|
|
|
All enhancements and patches to cookiecutter-django will be documented in this file.
|
|
|
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
|
|
2015-09-05 07:08:06 +03:00
|
|
|
## [2015-09-04]
|
|
|
|
### Added
|
|
|
|
- Add easy deploy Heroku button and app.json file (@bogdal)
|
|
|
|
|
|
|
|
## [2015-09-03]
|
2015-09-04 01:18:58 +03:00
|
|
|
### Added
|
|
|
|
- For security reasons, we set explicitly the list of allowed hosts (@bogdal)
|
|
|
|
|
2015-09-01 07:25:23 +03:00
|
|
|
## [2015-08-31]
|
2015-09-04 01:18:58 +03:00
|
|
|
### Removed
|
|
|
|
- Dokku in favor of docker-compose and other modern Django tools (@pydanny)
|
2015-09-01 07:25:23 +03:00
|
|
|
|
2015-08-31 01:46:30 +03:00
|
|
|
## [2015-08-30]
|
|
|
|
### Changed
|
|
|
|
- Moved from Bootstrap 3 to Bootstrap 4 (@audreyr)
|
|
|
|
- Slight Reorganization of the README docs (@pydanny)
|
|
|
|
- Dokku docs are out of the README and in the docs folder (@pydanny)
|
2015-08-31 06:06:32 +03:00
|
|
|
- Small improvements in ``install_python_dependencies.sh`` and ``install_os_dependencies.sh`` scripts (@luzfcb)
|
|
|
|
- Update version of django-crispy-forms, django-extensions, django-test-plus, gevent, coverage, hitchpython and hitchtest (@luzfcb)
|
|
|
|
- Update AngularJS version to 1.4.4 (@luzfcb)
|
|
|
|
- Update the usage example on README (@luzfcb)
|
2015-08-29 08:01:26 +03:00
|
|
|
|
|
|
|
## [2015-08-28]
|
|
|
|
### Changed
|
|
|
|
- Switched to django-mailgun-redux so mail doesn't blow up on Python 3 (@pydanny)
|
|
|
|
|
|
|
|
|
2015-08-28 06:18:10 +03:00
|
|
|
## [2015-08-27]
|
|
|
|
### Changed
|
|
|
|
- Grunt Updates: use libsass, add postcss (@288)
|
|
|
|
|
2015-08-21 08:08:40 +03:00
|
|
|
## [2015-08-20]
|
|
|
|
### Changed
|
|
|
|
- requirements files to match current dependency versions (@pydanny)
|
|
|
|
|
2015-08-18 19:52:13 +03:00
|
|
|
## [2015-08-18]
|
|
|
|
### Added
|
|
|
|
- Docker support and docker-compose (@jayfk)
|
|
|
|
|
2015-08-12 21:44:47 +03:00
|
|
|
## [2015-08-12]
|
|
|
|
### Added
|
|
|
|
- hitch for end-to-end testing functionality (@crdoconnor)
|
|
|
|
|
2015-08-09 18:00:24 +03:00
|
|
|
## [2015-08-09]
|
|
|
|
### Added
|
|
|
|
- test coverage, bringing it to 100% (@pydanny)
|
|
|
|
|
|
|
|
## 2015-08-08
|
|
|
|
### Added
|
|
|
|
- Gitter badge (@pydanny)
|
|
|
|
### Changed
|
|
|
|
- Refactor of cookiecutter-django render tests (@burhan)
|
|
|
|
|
|
|
|
## [2015-08-06]
|
|
|
|
### Added
|
|
|
|
- More test coverage, up to 97% (@pydanny)
|
|
|
|
- Slight optimization to celery configuration (@jayfk)
|
|
|
|
|
2015-08-06 04:34:41 +03:00
|
|
|
## [2015-08-05]
|
|
|
|
### Added
|
2015-08-06 05:49:41 +03:00
|
|
|
- Sentry support (@burhan)
|
|
|
|
|
|
|
|
### Changed
|
2015-08-09 18:00:24 +03:00
|
|
|
- Made the user object python 2 and 3 friendly (@pydanny)
|
2015-08-06 04:34:41 +03:00
|
|
|
- When using maildump, pin gevent. (@audreyr)
|
|
|
|
- Updated coverage version. (@audreyr)
|
|
|
|
|
2015-08-06 05:49:41 +03:00
|
|
|
|
2015-08-06 04:34:41 +03:00
|
|
|
## [2015-08-04]
|
|
|
|
### Added
|
|
|
|
- Better specification of migrations in .coveragerc. (@audreyr)
|
|
|
|
|
2015-08-04 07:00:42 +03:00
|
|
|
## [2015-08-03]
|
|
|
|
### Added
|
2015-08-04 08:52:52 +03:00
|
|
|
- Instructions for using coverage and generating reports (@audreyr)
|
|
|
|
- Coverage project-level config file (@audreyr)
|
|
|
|
- factory-boy package for improved testing (@pydanny)
|
|
|
|
- Error message for duplicate usernames in `users.admin.MyUserCreationForm` (@pydanny)
|
|
|
|
- Tests on `users.admin.MyUserCreationForm` (@pydanny)
|
2015-08-04 08:54:12 +03:00
|
|
|
|
2015-08-04 07:00:42 +03:00
|
|
|
### Changed
|
2015-08-04 08:52:52 +03:00
|
|
|
- update django-all-auth to 0.23.0 (@pydanny)
|
|
|
|
- update django-test-plus to 1.0.7 (@pydanny)
|
2015-08-04 08:54:12 +03:00
|
|
|
|
2015-08-04 08:52:52 +03:00
|
|
|
### Removed
|
|
|
|
- Unnecessary users/forms.py module (@pydanny)
|
2015-08-04 07:00:42 +03:00
|
|
|
|
2015-07-30 14:47:20 +03:00
|
|
|
## [2015-07-30]
|
|
|
|
### Changed
|
|
|
|
- update django-floppyforms version to 1.5.2
|
|
|
|
|
2015-07-30 06:21:18 +03:00
|
|
|
## [2015-07-29]
|
|
|
|
### Removed
|
2015-08-04 08:52:52 +03:00
|
|
|
- Removed legacy permalink decorator from the users.User model. (@pydanny)
|
2015-07-30 06:21:18 +03:00
|
|
|
|
2015-07-27 16:01:31 +03:00
|
|
|
## [2015-07-27]
|
2015-07-27 20:24:52 +03:00
|
|
|
### Removed
|
|
|
|
- removed django-allauth template context processors because is deprecated now. see: https://github.com/pennersr/django-allauth/commit/634f4fe60e67c266aadcfba2981074f005db340c (@burhan)
|
|
|
|
|
|
|
|
### Changed
|
2015-07-27 16:01:31 +03:00
|
|
|
- update version of ipython, django-allauth (@luzfcb)
|
|
|
|
- update version of django-braces, django-floppyforms, django-model-utils (#287)(@burhan)
|
|
|
|
|
2015-07-21 04:57:16 +03:00
|
|
|
## [2015-07-21]
|
2015-07-27 20:24:52 +03:00
|
|
|
### Changed
|
2015-07-21 04:57:16 +03:00
|
|
|
- memcached is as a cache is replace with redis (#258)(@burhan)
|
|
|
|
|
2015-07-19 00:04:35 +03:00
|
|
|
## [2015-07-18]
|
|
|
|
### Changed
|
2015-07-21 04:57:16 +03:00
|
|
|
- Heroku deployment docs (@stepmr)
|
|
|
|
- Heroku's free postgres tier is now "hobby-dev"
|
|
|
|
- pg:backups require a scheduled time
|
|
|
|
- add missing Mailgun API key
|
|
|
|
- Django recommends setting the PYTHONHASHSEED environment variable to random. See: https://docs.djangoproject.com/en/1.8/howto/deployment/checklist/#python-options
|
|
|
|
- Use openssl to generate a secure, random secret_key
|
2015-07-19 00:04:35 +03:00
|
|
|
|
|
|
|
|
2015-07-17 13:44:57 +03:00
|
|
|
## [2015-07-17]
|
2015-07-17 18:41:41 +03:00
|
|
|
### Added
|
|
|
|
- @models.permalink decorator to User.get_absolute_url() method
|
2015-07-27 20:28:00 +03:00
|
|
|
|
2015-07-17 13:48:23 +03:00
|
|
|
### Fixed
|
|
|
|
- Broken user_form.html (@pydanny)
|
2015-07-17 13:44:57 +03:00
|
|
|
|
2015-07-16 17:31:09 +03:00
|
|
|
## [2015-07-16]
|
2015-07-17 13:48:23 +03:00
|
|
|
### Added
|
2015-07-17 13:53:13 +03:00
|
|
|
- django-test-plus (@pydanny)
|
2015-07-17 13:48:23 +03:00
|
|
|
- option use maildump instead of ConsoleEmailHandler (@burhan)
|
2015-07-17 13:53:13 +03:00
|
|
|
- Changelog.md (@pydanny)
|
2015-07-27 20:28:00 +03:00
|
|
|
|
2015-07-17 13:48:23 +03:00
|
|
|
### Fixed
|
2015-07-17 13:53:13 +03:00
|
|
|
- where 'DEFAULT_FROM_EMAIL' was used to cast the value (@jayfk)
|
2015-07-27 20:28:00 +03:00
|
|
|
|
2015-07-17 13:48:23 +03:00
|
|
|
### Removed
|
2015-07-17 13:53:13 +03:00
|
|
|
- unnecessary header block tag and 'user:' prefix. (@pydanny)
|