Opened 3 years ago

Last modified 3 years ago

#32649 closed Bug

django.contrib.admin.ModelAdmin.search_fields crashes for a search term with three quotes — at Initial Version

Reported by: Dlis Owned by: nobody
Component: contrib.admin Version: 3.2
Severity: Release blocker Keywords: admin, search
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

django.contrib.admin.ModelAdmin.search_fields now allows searching against quoted phrases with spaces but unfortunately search crashes for a search term like Foo "Foo "Baz" (with three quotes, some company names match such the pattern)

Change History (0)

Note: See TracTickets for help on using tickets.
Back to Top