Skip to content

Commit

Permalink
Fixed #10437 -- Corrected typo in Widget media example. Thanks to Man…
Browse files Browse the repository at this point in the history
…uel Saelices.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@10149 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
freakboy3742 committed Mar 24, 2009
1 parent c4eb288 commit f55aba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/forms/media.txt
Expand Up @@ -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 = {
Expand Down

0 comments on commit f55aba5

Please sign in to comment.