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
Age
Commit message (
Expand
)
Author
2023-03-01
[4.2.x] Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-02-28
[4.2.x] Refs #34140 -- Corrected rst code-block and various formatting issues...
Joseph Victor Zammit
2023-02-10
[4.2.x] Refs #34140 -- Applied rst code-block to non-Python examples.
Carlton Gibson
2022-11-23
Refs #32873 -- Adjusted formatting note on USE_L10N default.
Anders Hovmöller
2022-08-09
Refs #33842 -- Added :ttag: role in translations docs.
Ramil Yanbulatov
2022-08-09
Fixed #33842 -- Used :source: role for links to repo files on GitHub.
Ramil Yanbulatov
2022-08-08
Fixed typo in docs/topics/i18n/translation.txt.
Alessandro Baccini
2022-07-14
Fixed #33631 -- Marked {% blocktranslate asvar %} result as HTML safe.
cheng
2022-05-17
Removed versionadded/changed annotations for 4.0.
Carlton Gibson
2022-03-24
Refs #32365 -- Removed internal uses of utils.timezone.utc alias.
Carlton Gibson
2022-03-10
Changed some words to use inline markup.
David Smith
2022-02-18
Fixed typo in docs/topics/i18n/translation.txt.
Philipp Bosch
2022-01-10
Corrected signatures of some functions in docs.
Mariusz Felisiak
2021-09-20
Removed versionadded/changed annotations for 3.2.
Mariusz Felisiak
2021-09-16
Fixed #32365 -- Made zoneinfo the default timezone implementation.
Carlton Gibson
2021-09-14
Fixed #32873 -- Deprecated settings.USE_L10N.
Claude Paroz
2021-09-04
Fixed typo in docs/topics/i18n/formatting.txt.
Jacob Walls
2021-08-09
Fixed some broken links and redirects in docs.
Jacob Walls
2021-08-06
Refs #32956 -- Corrected spelling of daylight saving time.
David Smith
2021-07-29
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...
David Smith
2021-05-18
Fixed #32379 -- Started deprecation toward changing default USE_TZ to True.
Claude Paroz
2021-05-17
Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.
Nick Pope
2021-05-12
Refs #32366 -- Avoided use of datetime.utcnow() in the documentation.
Nick Pope
2021-02-25
Fixed indentation in docs/topics/i18n/translation.txt.
Camilo Nova
2021-01-19
Refs #32365 -- Allowed use of non-pytz timezone implementations.
Paul Ganssle
2021-01-14
Removed versionadded/changed annotations for 3.1.
Mariusz Felisiak
2021-01-13
Fixed #16117 -- Added decorators for admin action and display functions.
Nick Pope
2020-12-08
Adjusted formatting of ngettext docs code examples.
Matthias Kestenholz
2020-10-13
Fixed typo in docs/topics/i18n/translation.txt.
shivam sharma
2020-07-28
Refs #30165 -- Removed leftover 'u' prefix.
Claude Paroz
2020-06-24
Refs #31493 -- Replaced var with const/let in documentation JS.
Adam Johnson
2020-06-15
Fixed #31690 -- Added note about fuzzy entries in translation docs.
sebashwa
2020-06-04
Fixed #30134 -- Ensured unlocalized numbers are string representation in temp...
Claude Paroz
2020-05-13
Removed versionadded/changed annotations for 3.0.
Mariusz Felisiak
2020-05-04
Doc'd country part of locale name with more than 2 characters.
QQ喵
2020-04-28
Changed django.forms.ValidationError imports to django.core.exceptions.Valida...
François Freitag
2020-04-28
Fixed typo in docs/topics/i18n/translation.txt.
Mariusz Felisiak
2020-04-20
Capitalized Unicode in docs, strings, and comments.
Jon Dufresne
2020-04-20
Refs #30165 -- Removed obsolete doc references to deprecated ugettext() & co.
Jon Dufresne
2020-04-07
Fixed highlightlang deprecation warning on Sphinx 1.8+.
Mariusz Felisiak
2020-03-10
Fixed #30439 -- Added support for different plural forms for a language.
Claude Paroz
2020-03-05
Fixed #31341 -- Doc'd minimal gettext version with ES6 template strings support.
Claude Paroz
2020-01-27
Refs #30997 -- Removed HttpRequest.is_ajax() usage.
Claude Paroz
2020-01-06
Removed "Don't do that" from docs and error messages.
Adam Johnson
2019-12-18
Fixed #30585 -- Added {% translate %} and {% blocktranslate %} template tags.
Mike Hansen
2019-12-11
Fixed #31080 -- Removed redundant type="text/javascript" attribute from <scri...
Jon Dufresne
2019-09-24
Refs #26601 -- Used new-style middlewares in documentation.
Claude Paroz
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2019-06-03
Removed redundant object descriptions to prevent warnings with Sphinx 2.1.0.
Mariusz Felisiak
2019-04-16
Fixed #14808 -- Doc'd that trans and blocktrans tags don't escape translations.
Tobias Kunze
[next]