mirror of
				https://github.com/django/django.git
				synced 2025-11-04 05:35:37 +00:00 
			
		
		
		
	Fixed #12691 -- Added a versionadded tag to the description of widget overrides in forms. Thanks to danielr for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13108 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
		
							parent
							
								
									84df3554d0
								
							
						
					
					
						commit
						ee6d5521e9
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
					@ -366,6 +366,9 @@ Since the Author model has only 3 fields, 'name', 'title', and
 | 
				
			||||||
Overriding the default field types or widgets
 | 
					Overriding the default field types or widgets
 | 
				
			||||||
---------------------------------------------
 | 
					---------------------------------------------
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.. versionadded:: 1.2
 | 
				
			||||||
 | 
					 	The ``widgets`` attribute is new in Django 1.2.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
The default field types, as described in the `Field types`_ table above, are
 | 
					The default field types, as described in the `Field types`_ table above, are
 | 
				
			||||||
sensible defaults. If you have a ``DateField`` in your model, chances are you'd
 | 
					sensible defaults. If you have a ``DateField`` in your model, chances are you'd
 | 
				
			||||||
want that to be represented as a ``DateField`` in your form. But
 | 
					want that to be represented as a ``DateField`` in your form. But
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue