[1.0.X] Fixed #10437 -- Corrected typo in Widget media example. Thanks to Manuel Saelices.

Merge of r10149 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10157 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Russell Keith-Magee 2009-03-24 12:04:43 +00:00
parent c2e4e54eb6
commit ade3dcb494
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ The FancyCalendar widget inherits all the media from it's parent widget. If
you don't want media to be inherited in this way, add an ``extend=False``
declaration to the media declaration::
class FancyCalendar(Calendar):
class FancyCalendarWidget(CalendarWidget):
class Media:
extend = False
css = {