Ticket #10437: forms_media_typo_fix_r10004.diff
File forms_media_typo_fix_r10004.diff, 497 bytes (added by , 16 years ago) |
---|
-
docs/topics/forms/media.txt
152 152 you don't want media to be inherited in this way, add an ``extend=False`` 153 153 declaration to the media declaration:: 154 154 155 class FancyCalendar (Calendar):155 class FancyCalendarWidget(CalendarWidget): 156 156 class Media: 157 157 extend = False 158 158 css = {