summaryrefslogtreecommitdiff
path: root/docs/topics/i18n/timezones.txt
AgeCommit message (Expand)Author
2025-08-25Refs #36485 -- Rewrapped docs to 79 columns line length.David Smith
2025-03-17Fixed #36254 -- Fixed template dictionary unpacking in docs/topics/i18n/timez...YQ
2025-02-18Refs #36005 -- Used datetime.UTC alias instead of datetime.timezone.utc.Mariusz Felisiak
2024-05-23Fixed #35430 -- Corrected docs on timezone conversion in templates.い。
2024-05-22Removed versionadded/changed annotations for 5.0.Natalia
2024-03-05Fixed #35267 -- Clarified time zone topic for PostgreSQL in docs.Josh Smeaton
2023-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-02-10Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
2023-01-18Fixed #34233 -- Dropped support for Python 3.8 and 3.9.Mariusz Felisiak
2023-01-17Refs #32365 -- Removed support for pytz timezones per deprecation timeline.Mariusz Felisiak
2023-01-17Refs #32379 -- Changed default USE_TZ to True.Mariusz Felisiak
2022-05-17Removed versionadded/changed annotations for 4.0.Carlton Gibson
2022-03-24Refs #32365 -- Removed internal uses of utils.timezone.utc alias.Carlton Gibson
2021-09-20Removed versionadded/changed annotations for 3.2.Mariusz Felisiak
2021-09-16Fixed #32365 -- Made zoneinfo the default timezone implementation.Carlton Gibson
2021-09-14Fixed #32873 -- Deprecated settings.USE_L10N.Claude Paroz
2021-08-06Refs #32956 -- Corrected spelling of daylight saving time.David Smith
2021-07-29Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith
2021-05-18Fixed #32379 -- Started deprecation toward changing default USE_TZ to True.Claude Paroz
2021-05-12Refs #32366 -- Avoided use of datetime.utcnow() in the documentation.Nick Pope
2021-01-19Refs #32365 -- Allowed use of non-pytz timezone implementations.Paul Ganssle
2020-01-06Removed "Don't do that" from docs and error messages.Adam Johnson
2019-09-24Refs #26601 -- Used new-style middlewares in documentation.Claude Paroz
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze
2018-11-15Used auto-numbered lists in documentation.François Freitag
2018-01-21Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne
2017-09-22Removed versionadded/changed annotations for 1.11.Tim Graham
2017-01-26Refs #23919, #27778 -- Removed obsolete mentions of unicode.Vytis Banaitis
2016-10-27Fixed #27327 -- Simplified time zone handling by requiring pytz.Tim Graham
2016-10-08Added template syntax highlighting in docs/topics/i18n/timezones.txt.Tim Graham
2016-09-29Fixed import typos in the docs.Frank Wiles
2016-09-21Fixed #27256 -- Changed Select widget's selected attribute to use HTML5 boole...Jon Dufresne
2016-08-19Fixed #26571 -- Corrected recommendation for converting timestamps to tz-awar...Tim Graham
2016-06-14Fixed #26754 -- Documented django.template.context_processors.tzVille Skyttä
2016-06-03Fixed #26021 -- Applied hanging indentation to docs.Ed Henderson
2016-05-17Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2016-01-22Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2015-11-16Fixed #25755 -- Unified spelling of "website".Agnieszka Lasyk
2015-08-08Updated Wikipedia links to use httpsClaude Paroz
2015-05-17Fixed #23820 -- Supported per-database time zone.Aymeric Augustin
2015-03-29Improved docs for timezone handling for auto_now and auto_now_addChristopher Luc
2015-02-22Fixed #24358 -- Corrected code-block directives for console sessions.Sean Wang
2015-01-12Fixed #24124 -- Changed context_processors in the default settings.pyCollin Anderson
2014-12-28Moved context_processors from django.core to django.template.Aymeric Augustin
2014-09-22Removed sudo from pip commands in docs.Corey Farwell
2014-08-22Fixed #23342 -- Clarified warning about naive time objects.Kristian Glass
2014-07-31Updated timezone docs to use timezone.now()Tim Graham
2014-07-30Fixed #23067 -- Updated docs to use django-adminChristoph Heer
2014-04-29Fixed #22523 -- Clarified pytz requirement.Aymeric Augustin