1
0
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:
caleb logan
2017-08-28 18:42:03 -07:00
committed by Tim Graham
parent c685b8f838
commit 3bb03df0fc
3 changed files with 65 additions and 1 deletions

View File

@@ -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`).