index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
conf
/
locale
/
es_MX
/
formats.py
Age
Commit message (
Expand
)
Author
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-01
Refs #33476 -- Used vertical hanging indentation for format lists with inline...
Mariusz Felisiak
2018-03-12
Changed es_MX's THOUSAND_SEPARATOR to a comma.
Alejandro Sánchez
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2015-02-03
Fixed #24149 -- Normalized tuple settings to lists.
darkryder
2014-09-13
Fixed #23466 -- Removed seconds from all locale time output formats.
Malte Beckmann
2013-11-02
Fixed all E261 warnings
coagulant
2013-03-02
Fixed #16888 -- Added microseconds in localized input formats
Claude Paroz
2012-12-01
Fixed #19015 -- Removed ISO formats from localized formats.py
Claude Paroz
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-02-17
Changed various non-breaking space characters from [17478] to use the code re...
Adrian Holovaty
2012-02-10
Updated a few localization formats to stop the changes done in r17473 from br...
Jannis Leidel
2012-02-09
Fixed #17217 -- Use non breaking spaces for format localization in which spac...
Jannis Leidel
2011-02-06
Fixed #14768 -- Added an es_MX locale and initial translation. Thanks to Alon...
Russell Keith-Magee