cookiecutter-django/CHANGELOG.md

457 lines
14 KiB
Markdown
Raw Normal View History

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/).
2016-01-06 11:58:18 +03:00
## [2015-1-6]
### Changed
- Use Postgres 9.5 on docker (@jayfk)
2016-01-04 13:54:09 +03:00
## [2015-1-4]
2016-01-05 01:40:23 +03:00
### Added
- Add Tether.js because [is needed](http://v4-alpha.getbootstrap.com/components/tooltips/#overview) for proper positioning of Bootstrap tooltips (@EricZaporzan)
2016-01-04 13:54:09 +03:00
### Changed
- Minor fixes in the docker documentation (@jayfk)
2016-01-05 00:54:59 +03:00
- Made @burhan a core committer (@pydanny)
2016-01-04 13:54:09 +03:00
2015-12-30 23:00:58 +03:00
## [2015-12-30]
### Changed
- Fixed a bug where the navbar was not displayed correctly (@jvanbrug)
2015-12-21 13:28:27 +03:00
## [2015-12-21]
### Changed
- Added sentry logger to celery config (@jayfk)
## [2015-12-16]
- Update preview 4xx error pages to accept `exception` argument (@theskumar)
2015-12-16 02:54:17 +03:00
## [2015-12-15]
### Changed
- Fix celery worker app name in Procfile (@stepmr)
2015-12-13 20:39:05 +03:00
## [2015-12-13]
### Changed
2015-12-13 20:44:53 +03:00
- Bumped Django to 1.9 (@areski)
2015-12-13 20:39:05 +03:00
- Support opbeat logging with celery (@stepmr)
- Update runtime.txt with PY2 support (@stepmr)
2015-12-13 01:25:16 +03:00
## [2015-12-12]
### Added
2015-12-13 20:39:05 +03:00
- Celery worker to Heroku procfile (@stepmr)
2015-12-13 01:25:16 +03:00
2015-12-11 14:53:43 +03:00
## [2015-12-11]
### Changed
2015-12-11 18:35:19 +03:00
- Fixed issue #436 - cookiecutter variable name was renamed from `celery_support` to `use_celery` in `tests/engine.py` (@luzfcb @otakucode)
- Updated Heroku runtime.txt for python 3.5.1 (@yunti)
2015-12-11 14:53:43 +03:00
2015-12-07 03:07:42 +03:00
## [2015-12-06]
### Changed
- Reorganization of contributors (@burhan)
2015-12-01 17:28:21 +03:00
## [2015-12-01]
### Changed
2015-12-07 03:07:42 +03:00
- Update documentation to include the installation os dependencies before development requirements (@failsafe86)
2015-12-01 17:28:21 +03:00
2015-11-29 16:24:03 +03:00
## [2015-11-29]
### Changed
- Update version of click and python-build (@luzfcb)
2015-11-25 15:36:10 +03:00
## [2015-11-25]
### Changed
2015-11-25 20:35:56 +03:00
- Update version of psutil, ipython (@luzfcb)
2015-11-25 19:20:19 +03:00
- Update version of gunicorn (@audreyr)
- Remove debugging tools from non-generated part of cookiecutter-django, since those are personal prefs (@audreyr)
2015-11-25 22:29:53 +03:00
- Update version of Django in setup.py (@luzfcb)
2015-11-25 15:36:10 +03:00
2015-11-25 02:14:01 +03:00
## [2015-11-24]
### Changed
- Update version of Django, coverage and click (@luzfcb)
2015-11-25 04:00:16 +03:00
- Fixed configuration for Celery in local.py. (@luzfcb @hackebrot)
2015-11-25 02:14:01 +03:00
2015-11-24 03:15:11 +03:00
## [2015-11-23]
### Changed
- 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)
2015-11-24 05:11:52 +03:00
- `sh` package version pinned to `1.11` (@luzfcb)
2015-11-24 03:15:11 +03:00
## [2015-11-22]
### Changed
- Move div class unquote outside the django if tag (@jvanbrug)
- Changed gevent to `1.1rc1` for python 3 users (@jondelmil / @jayfk)
## [2015-11-20]
### Changed
- Using python 3.5 on Heroku/Travis (@bogdal)
- Fixed typo in README (@tedmiston)
## [2015-11-18]
### Added
- Mailhog as a replacement for Maildump (@keybits )
### Removed
- Maildump because it didn't support Python 3 (@keybits)
2015-11-18 03:58:00 +03:00
## [2015-11-17]
### Added
- initial configuration to support opbeat (@burhan)
2015-11-18 08:07:14 +03:00
### Removed
- Took *.pyc out of .gitignore, because it's already covered by *.py[cod] (@audreyr)
2015-11-18 03:58:00 +03:00
2015-11-16 14:36:51 +03:00
## [2015-11-16]
### Changed
- Cleanup of main README (@burhan)
## [2015-11-15]
### Added
- Added `UserFactory` for users.User tests (@ad-m)
2015-11-12 15:50:33 +03:00
## [2015-11-12]
### Changed
- Update version of django-allauth (@yunti)
2015-11-12 23:42:34 +03:00
- Added a warning in README.rst: ```repo_name must be a valid Python module``` @cdvv7788
2015-11-12 15:50:33 +03:00
2015-11-12 23:33:42 +03:00
### Removed
- remove ```{% load url from future %}``` in templates - deprecated in django 1.9 (@yunti)
## [2015-11-11]
### Added
- Added django_coverage_plugin to measure Django template coverage (@audreyr)
2015-11-09 18:17:55 +03:00
## [2015-11-09]
### Changed
- Now using py.test for our test suite!! (@hackebrot)
2015-11-09 18:20:37 +03:00
- Python version in travis.yml is now correct for the selected version of Django (@show0k)
2015-11-09 18:17:55 +03:00
2015-11-09 02:01:36 +03:00
## [2015-11-08]
### Changed
- bump django-extensions version (@garrypolley)
## [2015-11-07]
2015-11-08 06:47:31 +03:00
### Added
- newrelic support (@amjith)
- DJANGO_SENTRY_DSN to env.example (@jayfk)
2015-11-07 20:45:40 +03:00
### Changed
2015-11-09 02:01:36 +03:00
- Made `post_gen_hook.set_secret_key()` only changes one CHANGEME!!! at a time. (@pydanny)
2015-11-08 06:47:31 +03:00
- Fixed an error where celery couldn't load the sentry DSN from settings (@jayfk)
2015-11-07 20:45:40 +03:00
- Renamed ADMIN_URL to DJANGO_ADMIN_URL in env.example (@ChrisPappalardo)
## [2015-11-06]
### Added
- \*tests\* to `.coveragerc`, because including it is cheating! (@pydanny)
- Binaryornot to cookiecutter-django's own tests because otherwise Python 3 blows up (@audreyr)
2015-11-07 06:51:43 +03:00
### Changed
- `.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.
2015-11-05 16:02:05 +03:00
## [2015-11-05]
### Changed
- Update version of django-extensions (@luzfcb)
2015-11-07 06:07:11 +03:00
- Fix gevent requirement for Python 3 (@mcho421)
2015-11-05 16:02:05 +03:00
2015-11-05 05:24:49 +03:00
## [2015-11-04]
### Changed
- 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)
2015-10-30 04:05:41 +03:00
## [2015-10-28]
### Changed
- Update deployment-on-heroku.rst for ADMIN_URL (@yunti)
2015-10-28 07:01:10 +03:00
## [2015-10-27]
### Added
- Added sudo: true to the travis file (@MathijsHoogland)
## [2015-10-25]
2015-10-25 19:29:43 +03:00
### Added
- Move current logging config into production.py since it's not useful locally anyway. Used only if not using Sentry. (@audreyr)
2015-10-25 19:29:43 +03:00
- `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)
2015-10-26 03:37:34 +03:00
- Fixed flake8 issue (@pydanny)
## [2015-10-24]
### Changed
- 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)
## [2015-10-22]
### Removed
- Remove unnecessary .gitkeep in static/images/ (@audreyr)
## [2015-10-21]
### Changed
- Updated requirements (@theskumar)
### Removed
- editorconfig comment that was just a isort settings link (@pydanny)
## [2015-10-19]
### Changed
- On Windows, don't install psycopg2 locally. Still install it in test/prod which are assumed to be Unix. (@audreyr)
## [2015-10-15]
### Changed
- Made `post_gen_hook` function to change secret keys in files more generic (@pydanny)
- Set cryptographically randomized value to `DJANGO_SECRET_KEY` in `env.example` (@pydanny)
2015-10-14 23:26:01 +03:00
## [2015-10-14]
### Added
- Documention of project options (@audreyr)
### Changed
- Added clarification on building for local or production (@MathijsHoogland)
- Whitespace correction in dev.yml (@MathijsHoogland)
## [2015-10-13]
### Changed
- Requirements update (@theskumar)
2015-10-11 21:34:55 +03:00
## [2015-10-11]
### Changed
- Fixed raven issue on development (#302) (@jazztpt )
2015-10-06 00:09:55 +03:00
## [2015-10-05]
### Changed
- Update version of Django, Pillow, hitchselenium, psutil (@luzfcb)
## [2015-10-04]
### Changed
- Remove stray closing tags and fix navbar margin in in base.html (@hairychris)
2015-10-04 21:44:51 +03:00
- Docker docs to be functional and more understandable (@audreyr)
## [2015-09-30]
### Changed
- Fixed Sentry logging with celery (@jayfk)
- Added pep8 and pyflakes to requirements (@jayfk)
2015-09-30 18:59:51 +03:00
- Fixed url() arguments in urls.py because String view arguments to url() is deprecated in django 1.9 (@siauPatrick)
2015-09-30 21:13:20 +03:00
- 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)
## [2015-09-29]
### Changed
- Fix RST in Docker docs (@andor-pierdelacabeza)
## [2015-09-27]
### Added
- Added advice on how to persist changes with boot2docker (@jayfk)
###Changed
- Removed duplicate from `CONTRIBUTORS.rst` (@jayfk)
2015-09-26 11:06:18 +03:00
## [2015-09-26]
### Added
- Add .pylintrc and .pep8 (@kaidokert)
### Changed
- Move pep8 rules to setup.cfg (@audreyr)
- Better pep8 rules for exclusion (@audreyr)
- Document all linters (@audreyr)
- Sass linting and improvements to alerts (@audreyr)
## [2015-09-25]
2015-09-26 09:28:33 +03:00
### Changed
- django-mailgun requirement to 0.7.2 (@pydanny)
- Remove commented-out flake8 ignore rule. (@audreyr)
2015-09-26 11:06:18 +03:00
## [2015-09-24]
### Changed
- 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)
## [2015-09-23]
### Changed
- Add workaround for django-debug-toolbar conflict with Bootstrap 4 (@audreyr)
2015-09-22 18:52:51 +03:00
## [2015-09-22]
2015-09-22 18:52:06 +03:00
### Added
- Add Python version option for deployment (@yunti)
## [2015-09-21]
### Changed
- django-mailgun-redux to django-mailgun, because @pydanny now has commit rights
### Removed
- Excess "loggers" from LOGGING setting (@siauPatrick)
## [2015-09-18]
### Changed
- Major reorganization of docs (@pydanny)
- Fix expanded navbar on mobile (@jayfk)
- Update various requirements (@audreyr)
## [2015-09-17]
### Added
- Fix for wsgi.py for Raven in dev (@yunti)
## [2015-09-15]
### Added
- whitespace to allow proper rendering of RST (@IanLee1521 )
2015-09-14 23:41:51 +03:00
## [2015-09-14]
### Added
- Functionality to delete taskapp if celery isn't going to be used (@pydanny)
2015-09-14 23:41:51 +03:00
### Removed
- Remove unused generated CSS styles (@audreyr)
### Changed
- Use Bootstrap margin utility class `m-b-lg` and remove our custom `navbar-header` class (@audreyr)
- Update Hitch requirements (@audreyr)
2015-09-13 19:18:39 +03:00
## [2015-09-13]
2015-09-14 23:41:51 +03:00
### Removed
2015-09-13 19:18:39 +03:00
- Styles that already exist in Bootstrap 4 (or 3) (@audreyr)
2015-09-13 19:04:57 +03:00
### Changed
- Fix issue #296 - change login.html to use [get_providers](https://github.com/pennersr/django-allauth/blob/master/allauth/socialaccount/templatetags/socialaccount.py#L84-L93) templatetag because ``allauth.socialaccount`` context processor now is [deprecated](http://django-allauth.readthedocs.org/en/latest/changelog.html#from-0-21-0) (@luzfcb)
2015-09-10 03:56:27 +03:00
## [2015-09-09]
### Added
- post_gen_hook to generate a secret key for use in locals.py. You should define your own for production (@pydanny)
2015-09-10 03:57:23 +03:00
## [2015-09-09]
### Added
- htmlcov to gitignore (@pydanny)
2015-09-05 07:08:06 +03:00
## [2015-09-04]
### Added
2015-09-10 03:56:27 +03:00
- Easy deploy Heroku button and app.json file (@bogdal)
2015-09-05 07:08:06 +03:00
## [2015-09-03]
### Added
- For security reasons, we set explicitly the list of allowed hosts (@bogdal)
2015-09-01 07:25:23 +03:00
## [2015-08-31]
### 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-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]
### Added
- hitch for end-to-end testing functionality (@crdoconnor)
## [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
- 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]
### 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)