Releases: cookiecutter/cookiecutter-django
Releases · cookiecutter/cookiecutter-django
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
3.0.7
Changes
Major Changes
- Add uvicorn and web sockets for native Django 3 (#2506) @Andrew-Chen-Wang
Minor Changes
- Replace User by get_user_model (#2635) @AsheKR
- Use hiredis (#2577) @Andrew-Chen-Wang
- Add watchgod for uvicorn (#2575) @Andrew-Chen-Wang
- Improve the ROOT_DIR definition (#2578) @luzfcb
- Add tests for DRF (#2567) @PilhwanKim
- Add
container_name
for docker commands locally (#2545) @hanhanhan - Traefik - Also redirect www. to service. (#2524) @sorasful
- Add Docker support to Travis and GitLab CI (#2539) @Andrew-Chen-Wang
- Store coverage config in setup.cfg (#2533) @danihodovic
Bugfixes
- Fix pre-commit config for flake8 & add Black (#2584) @browniebroke
- Fix reloading when using async (#2572) @Andrew-Chen-Wang
- Improve addition of www redirect to Traefik (#2547) @wadkar
- Add Apache Software License 2.0 to LICENSE (#2538) @Andrew-Chen-Wang
- DEBUG TOOLBAR - fix INTERNAL_IPS discovery for docker (#2528) @dudanogueira
- Add compress command when using Django Compressor (#2523) @gwiskur
Documentation updates
- Fixed local async command in docs (#2629) @Andrew-Chen-Wang
- Documentation update for local setup (#2562) @nojanath
- Update django-redis links (#2559) @tanoabeleyra
- Fix minor typo (#2532) @tanoabeleyra
v3.0.5-01
version 3.0.5-01
v3.0.5
version 3.0.5
v3.0.4
version 3.0.4
v2.2.7
Update django to 2.2.7 (#2299) Update django to 2.2.7
2.0.13
Update django from 2.0.10 to 2.0.13 (#1936)