Reverted mistaken r7545

r7545 was a mistake due to not accounting for r7078 
Thanks Ramiro Morales for catching this.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@7546 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Luke Plant 2008-05-22 19:24:25 +00:00
parent 5b33adeafc
commit 23e474510a
1 changed files with 3 additions and 4 deletions

View File

@ -1372,10 +1372,9 @@ link. Fieldsets with the ``wide`` style will be given extra horizontal space.
``description``
~~~~~~~~~~~~~~~
A string of optional extra text to be displayed at the top of each
fieldset, under the heading of the fieldset. If you want this to
include HTML, use ``django.utils.safestring.mark_safe`` so the HTML
will not be escaped.
A string of optional extra text to be displayed at the top of each fieldset,
under the heading of the fieldset. It's used verbatim, so you can use any HTML
and you must escape any special HTML characters (such as ampersands) yourself.
``js``
------