summaryrefslogtreecommitdiff
path: root/docs/topics/i18n
Commit message (Expand)AuthorAgeFilesLines
* Used extlinks for PyPI links.Tim Graham2023-04-171-2/+1
* Fixed #34463 -- Corrected code-block directives in docs.Yahya Ali2023-04-061-1/+1
* Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot2023-03-013-127/+165
* Refs #34140 -- Corrected rst code-block and various formatting issues in docs.Joseph Victor Zammit2023-02-281-7/+21
* Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson2023-02-103-58/+130
* Fixed #34233 -- Dropped support for Python 3.8 and 3.9.Mariusz Felisiak2023-01-181-2/+1
* Refs #32365 -- Removed support for pytz timezones per deprecation timeline.Mariusz Felisiak2023-01-171-2/+0
* Refs #32873 -- Removed settings.USE_L10N per deprecation timeline.Mariusz Felisiak2023-01-172-21/+7
* Refs #32379 -- Changed default USE_TZ to True.Mariusz Felisiak2023-01-171-10/+4
* Refs #32873 -- Adjusted formatting note on USE_L10N default.Anders Hovmöller2022-11-231-2/+2
* Refs #33842 -- Added :ttag: role in translations docs.Ramil Yanbulatov2022-08-091-2/+2
* Fixed #33842 -- Used :source: role for links to repo files on GitHub.Ramil Yanbulatov2022-08-091-1/+1
* Fixed typo in docs/topics/i18n/translation.txt.Alessandro Baccini2022-08-081-1/+1
* Fixed #33631 -- Marked {% blocktranslate asvar %} result as HTML safe.cheng2022-07-141-0/+5
* Removed versionadded/changed annotations for 4.0.Carlton Gibson2022-05-171-6/+0
* Refs #32365 -- Removed internal uses of utils.timezone.utc alias.Carlton Gibson2022-03-241-1/+1
* Changed some words to use inline markup.David Smith2022-03-101-9/+9
* Fixed typo in docs/topics/i18n/translation.txt.Philipp Bosch2022-02-181-1/+1
* Corrected signatures of some functions in docs.Mariusz Felisiak2022-01-101-1/+1
* Removed versionadded/changed annotations for 3.2.Mariusz Felisiak2021-09-201-4/+0
* Fixed #32365 -- Made zoneinfo the default timezone implementation.Carlton Gibson2021-09-161-53/+55
* Fixed #32873 -- Deprecated settings.USE_L10N.Claude Paroz2021-09-143-21/+7
* Fixed typo in docs/topics/i18n/formatting.txt.Jacob Walls2021-09-041-1/+1
* Fixed some broken links and redirects in docs.Jacob Walls2021-08-091-1/+1
* Refs #32956 -- Corrected spelling of daylight saving time.David Smith2021-08-061-3/+3
* Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith2021-07-293-4/+4
* Fixed #32379 -- Started deprecation toward changing default USE_TZ to True.Claude Paroz2021-05-181-5/+10
* Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.Nick Pope2021-05-171-3/+3
* Refs #32366 -- Avoided use of datetime.utcnow() in the documentation.Nick Pope2021-05-121-2/+1
* Fixed indentation in docs/topics/i18n/translation.txt.Camilo Nova2021-02-251-2/+2
* Refs #32365 -- Allowed use of non-pytz timezone implementations.Paul Ganssle2021-01-191-3/+11
* Removed versionadded/changed annotations for 3.1.Mariusz Felisiak2021-01-141-20/+0
* Fixed #16117 -- Added decorators for admin action and display functions.Nick Pope2021-01-131-4/+6
* Adjusted formatting of ngettext docs code examples.Matthias Kestenholz2020-12-081-5/+6
* Fixed typo in docs/topics/i18n/translation.txt.shivam sharma2020-10-131-2/+2
* Refs #30165 -- Removed leftover 'u' prefix.Claude Paroz2020-07-281-1/+1
* Refs #31493 -- Replaced var with const/let in documentation JS.Adam Johnson2020-06-241-13/+22
* Fixed #31690 -- Added note about fuzzy entries in translation docs.sebashwa2020-06-151-0/+7
* Fixed #30134 -- Ensured unlocalized numbers are string representation in temp...Claude Paroz2020-06-041-0/+3
* Removed versionadded/changed annotations for 3.0.Mariusz Felisiak2020-05-131-4/+0
* Doc'd country part of locale name with more than 2 characters.QQ喵2020-05-041-3/+4
* Changed django.forms.ValidationError imports to django.core.exceptions.Valida...François Freitag2020-04-281-2/+3
* Fixed typo in docs/topics/i18n/translation.txt.Mariusz Felisiak2020-04-281-1/+1
* Capitalized Unicode in docs, strings, and comments.Jon Dufresne2020-04-201-1/+1
* Refs #30165 -- Removed obsolete doc references to deprecated ugettext() & co.Jon Dufresne2020-04-201-6/+0
* Fixed highlightlang deprecation warning on Sphinx 1.8+.Mariusz Felisiak2020-04-071-4/+4
* Fixed #30439 -- Added support for different plural forms for a language.Claude Paroz2020-03-101-8/+3
* Fixed #31341 -- Doc'd minimal gettext version with ES6 template strings support.Claude Paroz2020-03-051-5/+3
* Refs #30997 -- Removed HttpRequest.is_ajax() usage.Claude Paroz2020-01-271-3/+12
* Removed "Don't do that" from docs and error messages.Adam Johnson2020-01-061-5/+6