mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
[1.11.x] Fixed #28530 -- Prevented SelectDateWidget from localizing years in output.
Backport of 9e2bf65d6a from master
This commit is contained in:
@@ -29,3 +29,6 @@ Bugfixes
|
||||
|
||||
* Omitted ``pages_per_range`` from ``BrinIndex.deconstruct()`` if it's ``None``
|
||||
(:ticket:`25809`).
|
||||
|
||||
* Fixed a regression where ``SelectDateWidget`` localized the years in the
|
||||
select box (:ticket:`28530`).
|
||||
|
||||
Reference in New Issue
Block a user