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
/
pt_BR
/
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
2020-01-07
Fixed #15982 -- Added DATE_INPUT_FORMATS to forms.DateTimeField default input...
Claude Paroz
2018-09-26
Refs #29784 -- Switched to https:// links where available.
Jon Dufresne
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2015-02-03
Fixed #24149 -- Normalized tuple settings to lists.
darkryder
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-10
Updated a few localization formats to stop the changes done in r17473 from br...
Jannis Leidel
2011-09-08
Fixed #16349 -- Fixed Brazilian localization formats. Thanks, Claude Paroz, s...
Jannis Leidel
2010-12-12
Fixed #14821 -- Documented the differences in formatting syntax in formats mo...
Jannis Leidel
2010-05-04
Fixed #13160 -- Updated Brazilian translation and localization. Thanks to Gui...
Russell Keith-Magee
2010-04-29
Updated Portugese locale formats. Refs #11637.
Jannis Leidel
2010-04-28
Refs #13339 -- Disable %b/%B-based locale datetime input formats, and documen...
Russell Keith-Magee
2009-12-22
Fixed #7980 - Improved i18n framework to support locale aware formatting (dat...
Jannis Leidel