mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	[1.8.x] Fixed typos in docs/ref/forms/widgets.txt
Backport of 14f20c1fdc from master
			
			
This commit is contained in:
		| @@ -7,7 +7,7 @@ Widgets | |||||||
|  |  | ||||||
| .. currentmodule:: django.forms | .. currentmodule:: django.forms | ||||||
|  |  | ||||||
| A widget is Django's representation of a HTML input element. The widget | A widget is Django's representation of an HTML input element. The widget | ||||||
| handles the rendering of the HTML, and the extraction of data from a GET/POST | handles the rendering of the HTML, and the extraction of data from a GET/POST | ||||||
| dictionary that corresponds to the widget. | dictionary that corresponds to the widget. | ||||||
|  |  | ||||||
| @@ -418,7 +418,7 @@ These widgets make use of the HTML elements ``input`` and ``textarea``. | |||||||
|  |  | ||||||
|     Beware that not all browsers support entering localized numbers in |     Beware that not all browsers support entering localized numbers in | ||||||
|     ``number`` input types. Django itself avoids using them for fields having |     ``number`` input types. Django itself avoids using them for fields having | ||||||
|     their :attr:`~django.forms.Field.localize` property to ``True``. |     their :attr:`~django.forms.Field.localize` property set to ``True``. | ||||||
|  |  | ||||||
| ``EmailInput`` | ``EmailInput`` | ||||||
| ~~~~~~~~~~~~~~ | ~~~~~~~~~~~~~~ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user