Commit f55aba59 authored by Russell Keith-Magee's avatar Russell Keith-Magee
Browse files

Fixed #10437 -- Corrected typo in Widget media example. Thanks to Manuel Saelices.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@10149 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent c4eb2883
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = {