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