Django 5.2.5 : nouveau bugfix
mer, 06/08/2025 - 15:21
Django sort un nouveau bugfix : la version 5.2.5. Son objectif est de corriger la version 5.2.4. Cette mise à jour corige les bugs suivants :
Fixed a regression in Django 5.2.1 that prevented the usage of
UNNESTPostgreSQL strategy ofQuerySet.bulk_create()with foreign keys (#36502).Fixed a crash in Django 5.2 when filtering against a composite primary key using a tuple containing expressions (#36522).
Fixed a crash in Django 5.2 when validating a model that uses
GeneratedFieldor constraints composed ofQandCaselookups (#36518).Added compatibility for
docutils0.22 (#36535).Fixed a crash in Django 5.2 when using a
ManyToManyFieldon a model with a composite primary key, by extending thefields.E347system check (#36530).

