#2582: verbose_name can't contain quote (' ") symbols
-----------------------------+----------------------------------------------
Reporter: 235 | Owner: adrian
Type: defect | Status: new
Priority: normal | Milestone:
Component: Admin interface | Version: SVN
Severity: normal | Keywords: verbose_name
-----------------------------+----------------------------------------------
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.
--
Ticket URL: <http://code.djangoproject.com/ticket/2582>
Django <http://code.djangoproject.org/>
The web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates
-~----------~----~----~----~------~----~------~--~---