mirror of
				https://github.com/django/django.git
				synced 2025-11-04 13:39:16 +00:00 
			
		
		
		
	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
This commit is contained in:
		
							parent
							
								
									c4eb2883bc
								
							
						
					
					
						commit
						f55aba59d0
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -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``
 | 
					you don't want media to be inherited in this way, add an ``extend=False``
 | 
				
			||||||
declaration to the media declaration::
 | 
					declaration to the media declaration::
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    class FancyCalendar(Calendar):
 | 
					    class FancyCalendarWidget(CalendarWidget):
 | 
				
			||||||
        class Media:
 | 
					        class Media:
 | 
				
			||||||
            extend = False
 | 
					            extend = False
 | 
				
			||||||
            css = {
 | 
					            css = {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue