Opened 4 years ago
Last modified 4 years ago
#32649 closed Bug
django.contrib.admin.ModelAdmin.search_fields crashes for a search term with three quotes — at Version 1
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 (last modified by )
django.contrib.admin.ModelAdmin.search_fields now allows searching against quoted phrases with spaces but unfortunately search crashes for a search term like Foo "Bar "Baz" (with three quotes, some company names match such the pattern)
Note:
See TracTickets
for help on using tickets.