2022-08-03 08:52:38 +00:00
|
|
|
==========================
|
|
|
|
Django 4.1.1 release notes
|
|
|
|
==========================
|
|
|
|
|
|
|
|
*Expected September 5, 2022*
|
|
|
|
|
|
|
|
Django 4.1.1 fixes several bugs in 4.1.
|
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2022-08-03 13:39:35 +00:00
|
|
|
* Reallowed, following a regression in Django 4.1, using ``GeoIP2()`` when GEOS
|
|
|
|
is not installed (:ticket:`33886`).
|
2022-08-03 13:45:09 +00:00
|
|
|
|
|
|
|
* Fixed a regression in Django 4.1 that caused a crash of admin's autocomplete
|
|
|
|
widgets when translations are deactivated (:ticket:`33888`).
|
2022-08-04 07:16:38 +00:00
|
|
|
|
|
|
|
* Fixed a regression in Django 4.1 that caused a crash of the ``test``
|
|
|
|
management command when running in parallel and ``multiprocessing`` start
|
|
|
|
method is ``spawn`` (:ticket:`33891`).
|
2022-08-05 07:27:20 +00:00
|
|
|
|
|
|
|
* 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 (:ticket:`33893`).
|
2022-08-06 15:59:31 +00:00
|
|
|
|
|
|
|
* Fixed a regression in Django 4.1 that caused a crash of
|
|
|
|
:class:`~django.db.models.expressions.Window` expressions with
|
|
|
|
:class:`~django.contrib.postgres.aggregates.ArrayAgg` (:ticket:`33898`).
|
2022-08-06 20:51:43 +00:00
|
|
|
|
|
|
|
* Fixed a regression in Django 4.1 that caused a migration crash on SQLite
|
|
|
|
3.35.5+ when removing an indexed field (:ticket:`33899`).
|