Closed
Description
Proposed Changes
Move from Django 3.2 to 4.0.
Justification
The most interesting bits from Django 4.0 for us are:
- Functional unique constraints
- Built-in Redis cache backend
- Template-based form rendering
Full release notes are here.