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