All enhancements and patches to cookiecutter-django will be documented in this file. This project adheres to Semantic Versioning.
- Functionality to delete taskapp if celery isn't going to be used (@pydanny)
- Remove unused generated CSS styles (@audreyr)
- Use Bootstrap margin utility class
m-b-lg
and remove our customnavbar-header
class (@audreyr) - Update Hitch requirements (@audreyr)
- Styles that already exist in Bootstrap 4 (or 3) (@audreyr)
- Fix issue #296 - change login.html to use get_providers templatetag because
allauth.socialaccount
context processor now is deprecated (@luzfcb)
- post_gen_hook to generate a secret key for use in locals.py. You should define your own for production (@pydanny)
- htmlcov to gitignore (@pydanny)
- Easy deploy Heroku button and app.json file (@bogdal)
- For security reasons, we set explicitly the list of allowed hosts (@bogdal)
- Dokku in favor of docker-compose and other modern Django tools (@pydanny)
- 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)
- Small improvements in
install_python_dependencies.sh
andinstall_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)
- Switched to django-mailgun-redux so mail doesn't blow up on Python 3 (@pydanny)
- Grunt Updates: use libsass, add postcss (@288)
- requirements files to match current dependency versions (@pydanny)
- Docker support and docker-compose (@jayfk)
- hitch for end-to-end testing functionality (@crdoconnor)
- test coverage, bringing it to 100% (@pydanny)
- Gitter badge (@pydanny)
- Refactor of cookiecutter-django render tests (@burhan)
- More test coverage, up to 97% (@pydanny)
- Slight optimization to celery configuration (@jayfk)
- Sentry support (@burhan)
- Made the user object python 2 and 3 friendly (@pydanny)
- When using maildump, pin gevent. (@audreyr)
- Updated coverage version. (@audreyr)
- Better specification of migrations in .coveragerc. (@audreyr)
- 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)
- update django-all-auth to 0.23.0 (@pydanny)
- update django-test-plus to 1.0.7 (@pydanny)
- Unnecessary users/forms.py module (@pydanny)
- update django-floppyforms version to 1.5.2
- Removed legacy permalink decorator from the users.User model. (@pydanny)
- removed django-allauth template context processors because is deprecated now. see: https://github.com/pennersr/django-allauth/commit/634f4fe60e67c266aadcfba2981074f005db340c (@burhan)
- update version of ipython, django-allauth (@luzfcb)
- update version of django-braces, django-floppyforms, django-model-utils (#287)(@burhan)
- memcached is as a cache is replace with redis (#258)(@burhan)
- 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
- @models.permalink decorator to User.get_absolute_url() method
- Broken user_form.html (@pydanny)
- django-test-plus (@pydanny)
- option use maildump instead of ConsoleEmailHandler (@burhan)
- Changelog.md (@pydanny)
- where 'DEFAULT_FROM_EMAIL' was used to cast the value (@jayfk)
- unnecessary header block tag and 'user:' prefix. (@pydanny)