mirror of
				https://github.com/django/django.git
				synced 2025-10-29 16:46:11 +00:00 
			
		
		
		
	[1.11.x] Fixed typo in docs/releases/1.11.txt.
Backport of 10c47f7b47 from master
			
			
This commit is contained in:
		| @@ -644,7 +644,7 @@ Miscellaneous | |||||||
|  |  | ||||||
| * ``EmailField`` and ``URLField`` no longer accept the ``strip`` keyword | * ``EmailField`` and ``URLField`` no longer accept the ``strip`` keyword | ||||||
|   argument. Remove it because it doesn't have an effect in older versions of |   argument. Remove it because it doesn't have an effect in older versions of | ||||||
|   Django as these fields alway strip whitespace. |   Django as these fields always strip whitespace. | ||||||
|  |  | ||||||
| * The ``checked`` and ``selected`` attribute rendered by form widgets now uses | * The ``checked`` and ``selected`` attribute rendered by form widgets now uses | ||||||
|   HTML5 boolean syntax rather than XHTML's ``checked='checked'`` and |   HTML5 boolean syntax rather than XHTML's ``checked='checked'`` and | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user