django-bot
|
14459f80ee
|
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
|
2023-03-01 13:03:56 +01:00 |
Joseph Victor Zammit
|
ba755ca131
|
Refs #34140 -- Corrected rst code-block and various formatting issues in docs.
|
2023-02-28 12:21:37 +01:00 |
Carlton Gibson
|
534ac48297
|
Refs #34140 -- Applied rst code-block to non-Python examples.
Thanks to J.V. Zammit, Paolo Melchiorre, and Mariusz Felisiak for
reviews.
|
2023-02-10 19:19:13 +01:00 |
Mariusz Felisiak
|
3bbe22dafc
|
Fixed #34233 -- Dropped support for Python 3.8 and 3.9.
|
2023-01-18 09:46:01 +01:00 |
Mariusz Felisiak
|
e6f82438d4
|
Refs #32365 -- Removed support for pytz timezones per deprecation timeline.
|
2023-01-17 11:49:15 +01:00 |
Mariusz Felisiak
|
8d98f99a4a
|
Refs #32873 -- Removed settings.USE_L10N per deprecation timeline.
|
2023-01-17 11:49:15 +01:00 |
Mariusz Felisiak
|
602d9a312f
|
Refs #32379 -- Changed default USE_TZ to True.
Per deprecation timeline.
|
2023-01-17 11:49:15 +01:00 |
Anders Hovmöller
|
9582f2f9d1
|
Refs #32873 -- Adjusted formatting note on USE_L10N default.
|
2022-11-23 12:28:42 +01:00 |
Ramil Yanbulatov
|
d699594462
|
Refs #33842 -- Added :ttag: role in translations docs.
|
2022-08-09 14:51:59 +02:00 |
Ramil Yanbulatov
|
c6290bae9d
|
Fixed #33842 -- Used :source: role for links to repo files on GitHub.
|
2022-08-09 14:44:51 +02:00 |
Alessandro Baccini
|
c614e811f8
|
Fixed typo in docs/topics/i18n/translation.txt.
|
2022-08-08 19:43:36 +02:00 |
cheng
|
d4c5d2b52c
|
Fixed #33631 -- Marked {% blocktranslate asvar %} result as HTML safe.
|
2022-07-14 11:09:19 +02:00 |
Carlton Gibson
|
ca1c3151c3
|
Removed versionadded/changed annotations for 4.0.
|
2022-05-17 14:22:06 +02:00 |
Carlton Gibson
|
bb61f0186d
|
Refs #32365 -- Removed internal uses of utils.timezone.utc alias.
Remaining test case ensures that uses of the alias are mapped
canonically by the migration writer.
|
2022-03-24 06:29:50 +01:00 |
David Smith
|
67b5f506a6
|
Changed some words to use inline markup.
|
2022-03-10 10:18:31 +01:00 |
Philipp Bosch
|
737542390a
|
Fixed typo in docs/topics/i18n/translation.txt.
|
2022-02-18 13:03:41 +01:00 |
Mariusz Felisiak
|
178109c173
|
Corrected signatures of some functions in docs.
|
2022-01-10 13:30:24 +01:00 |
Mariusz Felisiak
|
97237ad3fe
|
Removed versionadded/changed annotations for 3.2.
|
2021-09-20 21:23:01 +02:00 |
Carlton Gibson
|
306607d5b9
|
Fixed #32365 -- Made zoneinfo the default timezone implementation.
Thanks to Adam Johnson, Aymeric Augustin, David Smith, Mariusz Felisiak, Nick
Pope, and Paul Ganssle for reviews.
|
2021-09-16 12:11:05 +02:00 |
Claude Paroz
|
676bd084f2
|
Fixed #32873 -- Deprecated settings.USE_L10N.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
2021-09-14 12:05:43 +02:00 |
Jacob Walls
|
e75a3a770e
|
Fixed typo in docs/topics/i18n/formatting.txt.
|
2021-09-04 20:32:15 +02:00 |
Jacob Walls
|
259b28706e
|
Fixed some broken links and redirects in docs.
|
2021-08-09 07:07:52 +02:00 |
David Smith
|
8208381ba6
|
Refs #32956 -- Corrected spelling of daylight saving time.
AP Stylebook: Saving not savings, no hyphen, and lowercase.
|
2021-08-06 13:00:24 +02:00 |
David Smith
|
1024b5e74a
|
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate.
|
2021-07-29 06:24:12 +02:00 |
Claude Paroz
|
8cd55021bc
|
Fixed #32379 -- Started deprecation toward changing default USE_TZ to True.
Co-authored-by: Nick Pope <nick@nickpope.me.uk>
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
2021-05-18 20:26:44 +02:00 |
Nick Pope
|
c156e36955
|
Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.
|
2021-05-17 09:46:09 +02:00 |
Nick Pope
|
69ffb1acf3
|
Refs #32366 -- Avoided use of datetime.utcnow() in the documentation.
|
2021-05-12 11:06:31 +02:00 |
Camilo Nova
|
f6f430d3ff
|
Fixed indentation in docs/topics/i18n/translation.txt.
|
2021-02-25 20:48:32 +01:00 |
Paul Ganssle
|
10d1261984
|
Refs #32365 -- Allowed use of non-pytz timezone implementations.
|
2021-01-19 11:59:37 +01:00 |
Mariusz Felisiak
|
b7dd89ed53
|
Removed versionadded/changed annotations for 3.1.
|
2021-01-14 17:50:04 +01:00 |
Nick Pope
|
9204485396
|
Fixed #16117 -- Added decorators for admin action and display functions.
Refs #25134, #32099.
|
2021-01-13 17:19:22 +01:00 |
Matthias Kestenholz
|
62f477d171
|
Adjusted formatting of ngettext docs code examples.
|
2020-12-08 12:09:59 +01:00 |
shivam sharma
|
c9f12f149f
|
Fixed typo in docs/topics/i18n/translation.txt.
|
2020-10-13 08:06:37 +02:00 |
Claude Paroz
|
bac5777bff
|
Refs #30165 -- Removed leftover 'u' prefix.
|
2020-07-28 12:29:46 +02:00 |
Adam Johnson
|
2afa61e7d9
|
Refs #31493 -- Replaced var with const/let in documentation JS.
|
2020-06-24 12:20:57 +02:00 |
sebashwa
|
3d664a158d
|
Fixed #31690 -- Added note about fuzzy entries in translation docs.
|
2020-06-15 07:58:47 +02:00 |
Claude Paroz
|
9e57b1efb5
|
Fixed #30134 -- Ensured unlocalized numbers are string representation in templates.
|
2020-06-04 10:34:54 +02:00 |
Mariusz Felisiak
|
4c5236ef93
|
Removed versionadded/changed annotations for 3.0.
|
2020-05-13 09:07:51 +02:00 |
QQ喵
|
0ebabe325d
|
Doc'd country part of locale name with more than 2 characters.
|
2020-05-04 20:50:18 +02:00 |
François Freitag
|
9ef4a18dbe
|
Changed django.forms.ValidationError imports to django.core.exceptions.ValidationError.
Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
2020-04-28 10:49:00 +02:00 |
Mariusz Felisiak
|
dd3dcd2840
|
Fixed typo in docs/topics/i18n/translation.txt.
Thanks durey for the report.
|
2020-04-28 10:07:34 +02:00 |
Jon Dufresne
|
505fec6bad
|
Capitalized Unicode in docs, strings, and comments.
|
2020-04-20 12:10:33 +02:00 |
Jon Dufresne
|
fb21625270
|
Refs #30165 -- Removed obsolete doc references to deprecated ugettext() & co.
The u-prefixed variants were removed from the documentation in
6eb4996672 .
|
2020-04-20 07:57:24 +02:00 |
Mariusz Felisiak
|
678f958ef9
|
Fixed highlightlang deprecation warning on Sphinx 1.8+.
|
2020-04-07 09:48:52 +02:00 |
Claude Paroz
|
e3e48b0012
|
Fixed #30439 -- Added support for different plural forms for a language.
Thanks to Michal Čihař for review.
|
2020-03-10 15:56:32 +01:00 |
Claude Paroz
|
2f53d324de
|
Fixed #31341 -- Doc'd minimal gettext version with ES6 template strings support.
|
2020-03-05 13:21:54 +01:00 |
Claude Paroz
|
7fa0fa45c5
|
Refs #30997 -- Removed HttpRequest.is_ajax() usage.
|
2020-01-27 08:52:40 +01:00 |
Adam Johnson
|
2ea3fb3e63
|
Removed "Don't do that" from docs and error messages.
It's slightly aggressive and doesn't explain itself.
|
2020-01-06 13:50:43 +01:00 |
Mike Hansen
|
d291c72bf2
|
Fixed #30585 -- Added {% translate %} and {% blocktranslate %} template tags.
|
2019-12-18 13:15:38 +01:00 |
Jon Dufresne
|
e703b93a65
|
Fixed #31080 -- Removed redundant type="text/javascript" attribute from <script> tags.
|
2019-12-11 09:49:54 +01:00 |