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