diff options
| author | Jacob Walls <jacobtylerwalls@gmail.com> | 2022-09-18 23:19:01 -0400 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-09-19 05:19:45 +0200 |
| commit | e151df24ae2b0a388fc334a6f1dcb31110d5819a (patch) | |
| tree | 93025504523802ed3fd9659b133bbf6c0543aeef /docs | |
| parent | 2d20386b41f30ffbd9bfcadd48877ebd8766c22a (diff) | |
[4.1.x] Fixed typo in docs/releases/3.2.1.txt.
Backport of cfe3008123ed7c9e3f3a4d51d4a22f9d96634e33 from main
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.2.1.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/3.2.1.txt b/docs/releases/3.2.1.txt index d828ba5927..8a4ec2263d 100644 --- a/docs/releases/3.2.1.txt +++ b/docs/releases/3.2.1.txt @@ -71,7 +71,7 @@ Bugfixes * Fixed a bug in Django 3.2 where an admin changelist would crash when deleting 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 3.2 to address a data loss possibility. |
