Commit 5958551
Update Django to version 6.0
This commit updates Django from 5.2.8 to 6.0, the latest stable release.
The next steps are to:
1. Run 'uv lock' in the backend directory to update dependencies
2. Run the test suite to identify any compatibility issues
3. Address any breaking changes if needed
Key compatibility notes for Django 6.0:
- Python 3.12+ requirement is already met (project uses 3.13.5)
- DEFAULT_AUTO_FIELD is already set to AutoField in settings
- Email code uses standard EmailMultiAlternatives (no custom subclasses)
- No custom ORM expressions with as_sql() methods found
Co-authored-by: Marco Acierno <marcoacierno@users.noreply.github.com>1 parent 67727a5 commit 5958551
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments