Releases: cookiecutter/cookiecutter-django
Releases · cookiecutter/cookiecutter-django
3.1.9
Changes
- Update Django from 3.1.8 to 3.1.9 (#3155)
- Update from Python 3.8 to Python 3.9 (#3023) @areski
- Change Docker image to multi-stage build for Django (#2815) @arnav13081994
Minor Changes
- Fix README link (#3144) @Andrew-Chen-Wang
- Switch .dockerignore to explicit list (#3121) @browniebroke
- Fix deprecated warning in middleware tests (#3038) @arnav13081994
Bugfixes
- Fix linting error in production.py (#3148) @Andrew-Chen-Wang
- Fix linting via pre-commit on Github CI (#3077) @browniebroke
- Fix gitlab-ci using duplicate key name for image (#3112) @Tamerz
3.1.8
Changes
- Update django to 3.1.8 (#3117) @pyup-bot
- Updated test_urls.py and views.py to re-use User.get_absolute_url() (#3070) @arnav13081994
Bugfixes
- Fixes for pytest job in Github CI workflow (#3076) @browniebroke
3.1.7
Changes
- Update to Django 3.1 (#3043) @areski
- Lint with pre-commit on CI with Github actions (#3066) @arnav13081994
- Use exception var in status code pages if available (#2992) @Andrew-Chen-Wang
Bugfixes
- Fix missing Django Debug toolbar with node container (#2865) @lcd1232
- Remove Email from User API (#3055) @Andrew-Chen-Wang
Removals
- refactor: remove default cache settings in test.py (#3064) @danihodovic
3.0.13
Changes
Minor Changes
- Removed Redundant test_case_sensitivity() and made test_not_authenticated() get the LOGIN_URL dynamically. (#3041) @arnav13081994
- Refactored users.forms to make the code more readeable (#3029) @arnav13081994
3.0.12
Changes
Minor Changes
- Using SuccessMessageMixin to send success message to django template (#3021) @arnav13081994
- Made Traefik conf much easier to understand and improved redirect res… (#2838) @arnav13081994
- Sentry Redis integration enabled by default in production. (#2989) @vascop
- Use defer for script tags (Fix #2922) (#2927) @Andrew-Chen-Wang
- Use self.request.user instead of second query (#3012) @Andrew-Chen-Wang
- Upgrade Travis to Focal (#2999) @Andrew-Chen-Wang
- Hot-reload support to celery (#2554) @yotamtal
Bugfixes
- Update admin to ignore *_name User attributes (#3018) @Andrew-Chen-Wang
- Omit first_name and last_name in User model (#2998) @Andrew-Chen-Wang
- Fix after uvicorn 0.12.0 - Ship extra dependencies (#2939) @eqqe
- Fix docs service and add RTD support (#2920) @Andrew-Chen-Wang
Documentation updates
- Adding local celery instructions to developing-locally (#3031) @pjhoberman
- Fix formatting in docs (#2935) @fabaff
3.0.11
Changes
- Bump stefanzweifel/git-auto-commit-action from v4.5.1 to v4.6.0 (#2893) @dependabot
- Add dedicated websockets package (#2881) @Andrew-Chen-Wang
- Bump actions/setup-python from v2.1.2 to v2.1.3 (#2869) @dependabot
- Adding GitHub-Action CI Option (#2837) @arnav13081994
- Update actions/setup-python requirement to v2.1.2 (#2804) @dependabot
- Remove --no-binary option for psycopg2 (#2798) @browniebroke
- SEC: Add :z/:Z to mounted volumes in {local,production}.yml (#2663) @westurner
- Updated Gitlab CI to use Python 3.8 instead of Python 3.7 (#2794) @arnav13081994
Minor Changes
- Clean up nested venv files from
.gitignore
(#2800) @browniebroke - Traeffik and Django dockerfile changes (#2801) @arnav13081994
- Add environment and traces_sample_rate keyword to sentry_sdk.init (#2777) @foarsitter
- Exclude venv directory and update document link (#2780) @howiezhao
Bugfixes
- Downgrade Celery to 4.4.6 (#2829) @browniebroke
- Fix options for sphinx-autobuild in docs Makefile (#2799) @browniebroke
3.0.10
Changes
- Updating production path to be hidden folder (#2757) @coreygarvey
- Run
isort
as pre-commit hook (#2721) @janfabry
Bugfixes
- Add
STATICFILES_STORAGE
with compressor support (#2745) @Andrew-Chen-Wang - Fix version incompatibility between mypy and django-stubs (#2693) @enchance
Documentation updates
3.0.9
Changes
- Update to Django 3.0.9
3.0.8-01
Changes
- Added PG 12.3; Dropped 9.4 (#2676) @Andrew-Chen-Wang
- Update requirements to include django-cors-headers with DRF [PR #2650] (#2683) @aadithpm
- Add author name and description to HTML meta (#2648) @Andrew-Chen-Wang
Bugfixes
- Import base requirements without leading dot to fix PyUP (#2699) @browniebroke
- Expose each setting separately in settings context processor (#2694) @Andrew-Chen-Wang
- Fix for gulp watching on windows (#2643) @Tusky
Documentation updates
- Added most recent supported PostgreSQL version in documentation (#2704) @manonthemat
- Fix the link to Let's Encrypt Automatic HTTPS (#2661) @Afrowave
v3.0.8
Changes
- Update ugettext_lazy to gettext_lazy in views.py (#2649) @Andrew-Chen-Wang
Minor Changes
- Add sphinx defaults for cookiecutter'd project (#2555) @hanhanhan
- Update ugettext_lazy to gettext_lazy (#2645) @Andrew-Chen-Wang
- Allow to use a CDN with S3 (#2600) @tanoabeleyra
- Fix Docker configuration for Gitlab CI (#2610) @Andrew-Chen-Wang
Bugfixes
- Fix OfflineGenerationError with Heroku + Django Compressor (#2583) @browniebroke
Documentation updates
- Add new websockets doc page (#2608) @stefanitsky