mirror of
https://github.com/django/django.git
synced 2025-10-05 16:20:26 +00:00
[4.1.x] Fixed typo in docs/releases/3.2.1.txt.
Backport of cfe3008123
from main
This commit is contained in:
parent
2d20386b41
commit
e151df24ae
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ Bugfixes
|
||||||
|
|
||||||
* Fixed a bug in Django 3.2 where an admin changelist would crash when deleting
|
* Fixed a bug in Django 3.2 where an admin changelist would crash when deleting
|
||||||
objects filtered against multi-valued relationships (:ticket:`32682`). The
|
objects filtered against multi-valued relationships (:ticket:`32682`). The
|
||||||
admin changelist now uses ``Exists()`` instead ``QuerySet.distinct()``
|
admin changelist now uses ``Exists()`` instead of ``QuerySet.distinct()``
|
||||||
because calling ``delete()`` after ``distinct()`` is not allowed in Django
|
because calling ``delete()`` after ``distinct()`` is not allowed in Django
|
||||||
3.2 to address a data loss possibility.
|
3.2 to address a data loss possibility.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue