Releases: cookiecutter/cookiecutter-django
Releases · cookiecutter/cookiecutter-django
2021.11.24
2021.11.22
2021.11.20
2021.11.19
2021.11.18
3.1.13-01
Changes
- Upgrade JS dependencies and upgrade to node 16 (#3400) @browniebroke
- Add Django major/minor release table maker in GitHub issues (#3288) @Andrew-Chen-Wang
- Upgrade to Bootstrap 5 (#3276) @Andrew-Chen-Wang
- Build all Docker images on CI (#3394) @browniebroke
- Remove default HTTP verb from user API (#3385) @danihodovic
- Update docker and non-docker configs to Debian 11 (bullseye) (#3372) @foarsitter
- Move repo under cookiecutter organisation (#3357) @browniebroke
- Fix pull request links to correct repo URL on CHANGELOG.md (#3370) @SableWalnut
- Add drf stubs (#3353) @dalrrard
- Update Celery to v5 (#3280) @browniebroke
- Upgrade to Redis 6 (#3255) @Andrew-Chen-Wang
- Convert
trans
totranslate
in templates (#3277) @Andrew-Chen-Wang
Minor Changes
- Add django-settings-module to .pylintrc (#3326) @Manjit2003
- Moved isort config from
.editorconfig
tosetup.cfg
(#3290) @mfosterw - Define REMAP_SIGTERM=SIGQUIT on Profile of Celery on Heroku (#3263) @luzfcb
- Fix several minor typos (#3301) @keithcallenberg
- Change path in docs Makefile to use APP variable (#3379) @d57montes
Bugfixes
- Fix ungraceful Celery workers shutdown in container (#3405) @goatwu1993
- Fix incorrect node version in
package.json
(#3399) @browniebroke - Fix help in docs Makefile (#3380) @d57montes
- Fix RTD build image to support Python 3.9 (#3293) @Andrew-Chen-Wang
- Fix Jinja2 break line control on Procfile (#3300) @luzfcb
Documentation updates
- Fix dead link for postgres user setup (#3363) @nthall
- Removing pycharm docs if app does not use pycharm (#3139) @fhightower
- Update available postgres versions (#3297) @tannart
- Add documentation for automating backups (#3268) @Mike97M
- Add missing step to getting started locally in docs (#3291) @keithcallenberg
- How to pre-commit in Docker Development (#3287) @Qoyyuum
- Fix the wrong pre-commit hyperlink in Prerequisites section (#3338) @ichbinmeraj
3.1.13
Changes
- Update django to 3.1.13 (#3247) @pyup-bot
- Improve github bug report template (#3243) @luzfcb
- Revert "Fix Celery ports error on local Docker" (#3242) @luzfcb
- Add support for PG 13, drop support for PG 9 and update all minor PG versions to latest (#3154) @Andrew-Chen-Wang
- Update black GitHub link in requirements (#3222) @Andrew-Chen-Wang
- Updated
.pre-commit-config.yaml
to self-update its dependencies (#3208) @arnav13081994
Minor Changes
Bugfixes
- Fix Celery ports error on local Docker (#3241) @professorhaseeb
- Wrap jQuery call in
DOMContentLoaded
event listener on account email page (#3239) @wwwtony5488
Documentation updates
- Fix generated documentation on how to get started with docs (#3230) @Andrew-Chen-Wang
- Fix link format from markdown to RST in
developing-locally.rst
(#3214) @grantm - Use shorthand for the officially supported Heroku buildpack (#3211) @raybesiga