mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	[1.11.x] Fixed #28075 -- Prevented ChoiceWidget from localizing option values.
Backport of 581879a510 from master
			
			
This commit is contained in:
		| @@ -45,3 +45,7 @@ Bugfixes | ||||
|  | ||||
| * Fixed exception reraising in ORM query execution when ``cursor.execute()`` | ||||
|   fails and the subsequent ``cursor.close()`` also fails (:ticket:`28091`). | ||||
|  | ||||
| * Fixed a regression where ``CheckboxSelectMultiple``, ``NullBooleanSelect``, | ||||
|   ``RadioSelect``, ``SelectMultiple``, and ``Select`` localized option values | ||||
|   (:ticket:`28075`). | ||||
|   | ||||
		Reference in New Issue
	
	Block a user