Django 4.1.1 release notes
Django 4.1.1 fixes several bugs in 4.1.
- Reallowed, following a regression in Django 4.1, using when GEOS is not installed (#33886).
- Fixed a regression in Django 4.1 that caused a crash of the
test
management command when running in parallel and start method isspawn
(). - Fixed a regression in Django 4.1 that caused an incorrect redirection to the admin changelist view when using “Save and continue editing” and “Save and add another” options (#33893).
- Fixed a regression in Django 4.1 that caused a migration crash on SQLite 3.35.5+ when removing an indexed field ().
- Fixed a bug in Django 4.1 that caused a crash of model validation on with field names in
expressions
(#33902).