#7839: Error in admin documentation and tutorial 2 - 'classes' should be a list
---------------------------------------------------+------------------------
Reporter: Jan Rademaker <[EMAIL PROTECTED]> | Owner: nobody
Status: new | Milestone:
Component: Documentation | Version: SVN
Keywords: | Stage: Unreviewed
Has_patch: 0 |
---------------------------------------------------+------------------------
The documentation claimes:
{{{
'classes'
A string containing extra CSS classes to apply to the fieldset.
Apply multiple classes by separating them with spaces.
}}}
This is false. 'classes' is expected to be a list or tuple. The example in
admin.txt is correct, the code in tutorial 2 is wrong.
--
Ticket URL: <http://code.djangoproject.com/ticket/7839>
Django Code <http://code.djangoproject.com/>
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?hl=en
-~----------~----~----~----~------~----~------~--~---