All enhancements and patches to cookiecutter-django will be documented in this file. This project adheres to Semantic Versioning.
- Reorganization of contributors (@burhan)
- Update documentation to include the installation os dependencies before development requirements (@failsafe86)
- Update version of click and python-build (@luzfcb)
- Update version of psutil, ipython (@luzfcb)
- Update version of gunicorn (@audreyr)
- Remove debugging tools from non-generated part of cookiecutter-django, since those are personal prefs (@audreyr)
- Update version of Django in setup.py (@luzfcb)
- Update version of Django, coverage and click (@luzfcb)
- Fixed configuration for Celery in local.py. (@luzfcb @hackebrot)
- Update AngularJS version to 1.4.8 (@luzfcb)
- Update version of cookiecutter, pytest, tox, whitenoise, django-test-plus, django_coverage_plugin, Werkzeug, hitchserve, tornado, unixpackage (@luzfcb)
- Update 'now' date in cookiecutter.json (@luzfcb)
sh
package version pinned to1.11
(@luzfcb)
- Move div class unquote outside the django if tag (@jvanbrug)
- Changed gevent to
1.1rc1
for python 3 users (@jondelmil / @jayfk)
- Using python 3.5 on Heroku/Travis (@bogdal)
- Fixed typo in README (@tedmiston)
- Mailhog as a replacement for Maildump (@keybits )
- Maildump because it didn't support Python 3 (@keybits)
- initial configuration to support opbeat (@burhan)
- Took *.pyc out of .gitignore, because it's already covered by *.py[cod] (@audreyr)
- Cleanup of main README (@burhan)
- Added
UserFactory
for users.User tests (@ad-m)
- Update version of django-allauth (@yunti)
- Added a warning in README.rst:
repo_name must be a valid Python module
@cdvv7788
- remove
{% load url from future %}
in templates - deprecated in django 1.9 (@yunti)
- Added django_coverage_plugin to measure Django template coverage (@audreyr)
- Now using py.test for our test suite!! (@hackebrot)
- Python version in travis.yml is now correct for the selected version of Django (@show0k)
- bump django-extensions version (@garrypolley)
- newrelic support (@amjith)
- DJANGO_SENTRY_DSN to env.example (@jayfk)
- Made
post_gen_hook.set_secret_key()
only changes one CHANGEME!!! at a time. (@pydanny) - Fixed an error where celery couldn't load the sentry DSN from settings (@jayfk)
- Renamed ADMIN_URL to DJANGO_ADMIN_URL in env.example (@ChrisPappalardo)
- *tests* to
.coveragerc
, because including it is cheating! (@pydanny) - Binaryornot to cookiecutter-django's own tests because otherwise Python 3 blows up (@audreyr)
.travis.yml
configuration to support Python 3.4 and 3.5 (@pydanny).gitignore
configuration so py.test cache files don't show up in git status.
- Update version of django-extensions (@luzfcb)
- Fix gevent requirement for Python 3 (@mcho421)
- Update version of Django, cookiecutter, celery, coverage, django-mailgun, django-redis, factory_boy, flake8, pytest and pytz (@luzfcb)
- Update AngularJS version to 1.4.7 (@luzfcb)
- Update 'now' date in cookiecutter.json (@luzfcb)
- Update deployment-on-heroku.rst for ADMIN_URL (@yunti)
- Added sudo: true to the travis file (@MathijsHoogland)
- Move current logging config into production.py since it's not useful locally anyway. Used only if not using Sentry. (@audreyr)
setup.py
so we can list it on PyPI and therefore displayed on djangopackages.com as compatible with Python 3. (@pydanny)- Versioning and tagging policy (@pydanny)
- Fixed flake8 issue (@pydanny)
- Update nav in base template to latest Bootstrap 4 version (@audreyr)
- Replaced ADD with COPY in dockerfiles (@audreyr)
- Simplified development dockerfile (@jayfk)
- Moved the docker postgres volume on the development environment to it's own subfolder (@jayfk)
- Renamed DJANGO_CACHE_URL to REDIS_URL (@jayfk / proposed by @pydanny)
- Remove unnecessary .gitkeep in static/images/ (@audreyr)
- Updated requirements (@theskumar)
- editorconfig comment that was just a isort settings link (@pydanny)
- On Windows, don't install psycopg2 locally. Still install it in test/prod which are assumed to be Unix. (@audreyr)
- Made
post_gen_hook
function to change secret keys in files more generic (@pydanny) - Set cryptographically randomized value to
DJANGO_SECRET_KEY
inenv.example
(@pydanny)
- Documention of project options (@audreyr)
- Added clarification on building for local or production (@MathijsHoogland)
- Whitespace correction in dev.yml (@MathijsHoogland)
- Requirements update (@theskumar)
- Fixed raven issue on development (#302) (@jazztpt )
- Update version of Django, Pillow, hitchselenium, psutil (@luzfcb)
- Remove stray closing tags and fix navbar margin in in base.html (@hairychris)
- Docker docs to be functional and more understandable (@audreyr)
- Fixed Sentry logging with celery (@jayfk)
- Added pep8 and pyflakes to requirements (@jayfk)
- Fixed url() arguments in urls.py because String view arguments to url() is deprecated in django 1.9 (@siauPatrick)
- Update version of cookiecutter, coverage, django-environ, django-extensions, hitchpython, hitchselenium, hitchserve, pytest, pytz, whitenoise (@luzfcb)
- Update the usage example in README (@luzfcb)
- Update 'now' date in cookiecutter.json (@luzfcb)
- Fix RST in Docker docs (@andor-pierdelacabeza)
- Added advice on how to persist changes with boot2docker (@jayfk)
###Changed
- Removed duplicate from
CONTRIBUTORS.rst
(@jayfk)
- Add .pylintrc and .pep8 (@kaidokert)
- Move pep8 rules to setup.cfg (@audreyr)
- Better pep8 rules for exclusion (@audreyr)
- Document all linters (@audreyr)
- Sass linting and improvements to alerts (@audreyr)
- django-mailgun requirement to 0.7.2 (@pydanny)
- Remove commented-out flake8 ignore rule. (@audreyr)
- Add user-uploaded media dir to .gitignore (@audreyr)
- Update .editorconfig to use 2 spaces for html, css, scss, json (@audreyr)
- Have flake8 ignore node_modules dir (@audreyr)
- Add workaround for django-debug-toolbar conflict with Bootstrap 4 (@audreyr)
- Add Python version option for deployment (@yunti)
- django-mailgun-redux to django-mailgun, because @pydanny now has commit rights
- Excess "loggers" from LOGGING setting (@siauPatrick)
- Major reorganization of docs (@pydanny)
- Fix expanded navbar on mobile (@jayfk)
- Update various requirements (@audreyr)
- Fix for wsgi.py for Raven in dev (@yunti)
- whitespace to allow proper rendering of RST (@IanLee1521 )
- 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)