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
/
docs
/
topics
/
i18n
/
formatting.txt
Age
Commit message (
Expand
)
Author
2026-01-08
Relocated content from docs/topics/external-packages.txt where appropriate.
Natalia
2025-10-23
Fixed #35095 -- Clarified Swiss number formatting in docs/topics/i18n/formatt...
Annabelle Wiegart
2025-08-25
Refs #36485 -- Rewrapped docs to 79 columns line length.
David Smith
2025-08-25
Refs #36485 -- Removed double spaces after periods in sentences.
Natalia
2024-06-24
Fixed #35306 -- Documented fallback localization formats in templates when lo...
lufafajoshua
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-02-10
Refs #34140 -- Applied rst code-block to non-Python examples.
Carlton Gibson
2023-01-17
Refs #32873 -- Removed settings.USE_L10N per deprecation timeline.
Mariusz Felisiak
2022-11-23
Refs #32873 -- Adjusted formatting note on USE_L10N default.
Anders Hovmöller
2021-09-14
Fixed #32873 -- Deprecated settings.USE_L10N.
Claude Paroz
2021-09-04
Fixed typo in docs/topics/i18n/formatting.txt.
Jacob Walls
2020-06-04
Fixed #30134 -- Ensured unlocalized numbers are string representation in temp...
Claude Paroz
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-02-01
Fixed #26124 -- Added missing code formatting to docs headers.
rowanv
2016-01-22
Fixed #26020 -- Normalized header stylings in docs.
Elif T. Kus
2015-11-28
Fixed #25812 -- Restored the ability to use custom formats with the date temp...
Gagaro
2015-09-23
Removed versionadded/changed annotations for 1.8.
Tim Graham
2015-05-01
Updated capitalization in the word "JavaScript" for consistency
Dave Hodder
2014-07-30
Fixed #23067 -- Updated docs to use django-admin
Christoph Heer
2014-05-21
Fixed #20477: Allowed list of modules for FORMAT_MODULE_PATH
Martin Brochhaus
2014-05-19
Revert "Fixed #20477: Allowed settings.FORMAT_MODULE_PATH to be a list of mod...
Tim Graham
2014-05-19
Fixed #20477: Allowed settings.FORMAT_MODULE_PATH to be a list of modules.
Martin Brochhaus
2014-03-22
Fixed #22313 -- Removed 'u' prefixes from documentation
Claude Paroz
2013-12-04
Added link to localized formatting doc from main index.
Ramiro Morales
2012-09-20
Fixed #18934 - Removed versionadded/changed annotations for Django 1.3
Tim Graham
2012-08-06
Fixed #17053 - Added a note about USE_THOUSAND_SEPARATOR setting to localizat...
Tim Graham
2012-06-07
Removed references to changes made in 1.2.
Aymeric Augustin
2012-02-17
Changed various non-breaking space characters from [17478] to use the code re...
Adrian Holovaty
2012-02-17
Documentation (and some small source code) edits from [17432] - [17537]
Adrian Holovaty
2012-02-13
Added a note to the release notes about the new format strings added in r17473.
Jannis Leidel
2012-02-09
Fixed #17217 -- Use non breaking spaces for format localization in which spac...
Jannis Leidel
2012-02-09
added German (Switzerland) localflavor formats
Jannis Leidel
2011-10-26
Fixed a reference that was broken at r17026.
Aymeric Augustin
2011-10-22
Fixed #17087 -- Re-organized the i18n docs to reduce confusion between USE_I1...
Aymeric Augustin