Opened 18 years ago
Closed 18 years ago
#2582 closed defect (fixed)
verbose_name can't contain quote (' ") symbols
Reported by: | 235 | Owned by: | Adrian Holovaty |
---|---|---|---|
Component: | contrib.admin | Version: | dev |
Severity: | normal | Keywords: | verbose_name |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
seems that /media/js/SelectFilter2.js contain some bug, that doesn't give us ability to use quotes in verbose_name.
When we define verbose_name (in ManyToMany field) as
verbose_name = ' "Read also" block '
classic field view in admin pannel defined by
filter_interface=models.HORIZONTAL
brokes just to one many-select HTML field.
Note:
See TracTickets
for help on using tickets.
(In [3649]) Fixed #2582 -- filter_interface now works on fields with verbose_name containing quotes. Thanks for reporting, 235