summaryrefslogtreecommitdiff
path: root/django/conf/locale/cs/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
2020-01-07Fixed #15982 -- Added DATE_INPUT_FORMATS to forms.DateTimeField default input...Claude Paroz
2018-09-26Refs #29784 -- Switched to https:// links where available.Jon Dufresne
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-11-24Fixed #19293 -- Updated Czech input formatsVladimír Macek
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-09Fixed #17217 -- Use non breaking spaces for format localization in which spac...Jannis Leidel
2010-12-13Updated date format strings of languages that require alternate month names. ...Jannis Leidel
2010-12-12Fixed #14821 -- Documented the differences in formatting syntax in formats mo...Jannis Leidel
2010-04-28Refs #13339 -- Disable %b/%B-based locale datetime input formats, and documen...Russell Keith-Magee
2009-12-24Updated Czech format strings. Thanks Honza Král. Refs #11637.Jannis Leidel
2009-12-22Fixed #7980 - Improved i18n framework to support locale aware formatting (dat...Jannis Leidel