diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.2.1.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/3.2.1.txt b/docs/releases/3.2.1.txt index cc716782e5..d5486f4cc9 100644 --- a/docs/releases/3.2.1.txt +++ b/docs/releases/3.2.1.txt @@ -26,3 +26,7 @@ Bugfixes * Fixed a bug in Django 3.2 where a system check would crash on a reverse one-to-one relationships in ``CheckConstraint.check`` or ``UniqueConstraint.condition`` (:ticket:`32635`). + +* Fixed a regression in Django 3.2 that caused a crash of + :attr:`.ModelAdmin.search_fields` when searching against phrases with + unbalanced quotes (:ticket:`32649`). |
