1
0
mirror of https://github.com/django/django.git synced 2025-01-06 00:16:03 +00:00
django/docs/topics
Josh Smeaton e45ee72d69 [5.0.x] Fixed #35267 -- Clarified time zone topic for PostgreSQL in docs.
The timezone documentation for Postgres mentions the behavior of
time zone conversion, but links to the wrong setting that controls the
behavior.

Postgres will not return datetimes in the time zone set by the
TIME_ZONE setting, but rather the time zone of the database connection,
which is defined by DATABASES.TIME_ZONE setting falling back to UTC.

This corrects the link in the documentation and adds note that there
are two distinct TIME_ZONE settings and the one most are familiar with
is not considered for PostgreSQL time zone conversion.

Backport of 6e195b800a from main
2024-03-05 12:55:17 +01:00
..
auth [5.0.x] Applied Black's 2024 stable style. 2024-01-26 12:55:56 +01:00
class-based-views Fixed typo in docs/topics/class-based-views/mixins.txt. 2023-03-22 08:35:24 +01:00
db [5.0.x] Fixed typo in docs/topics/db/managers.txt. 2024-02-01 09:26:24 +01:00
forms [5.0.x] Fixed #35261 -- Corrected Media JS example of object-based paths in docs. 2024-03-04 19:00:28 +01:00
http [5.0.x] Applied Black's 2024 stable style. 2024-01-26 12:55:56 +01:00
i18n [5.0.x] Fixed #35267 -- Clarified time zone topic for PostgreSQL in docs. 2024-03-05 12:55:17 +01:00
testing [5.0.x] Applied Black's 2024 stable style. 2024-01-26 12:55:56 +01:00
async.txt [5.0.x] Applied Black's 2024 stable style. 2024-01-26 12:55:56 +01:00
cache.txt [5.0.x] Fixed #35141 -- Clarified the expected type of CACHE_MIDDLEWARE_SECONDS setting. 2024-01-29 19:24:10 +01:00
checks.txt [5.0.x] Applied Black's 2024 stable style. 2024-01-26 12:55:56 +01:00
conditional-view-processing.txt [5.0.x] Applied Black's 2024 stable style. 2024-01-26 12:55:56 +01:00
email.txt Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. 2023-03-01 13:03:56 +01:00
external-packages.txt Used extlinks for PyPI links. 2023-04-17 06:55:32 +02:00
files.txt Fixed #34530 -- Improved docs when customizing storage for FileField. 2023-05-02 15:32:24 -03:00
index.txt
install.txt Fixed #33817 -- Added support for python-oracledb and deprecated cx_Oracle. 2023-08-10 10:11:53 +02:00
logging.txt Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. 2023-03-01 13:03:56 +01:00
migrations.txt [5.0.x] Fixed #35015 -- Updated MySQL notes in migrations topic. 2023-12-20 21:02:51 +01:00
pagination.txt Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. 2023-03-01 13:03:56 +01:00
performance.txt Refs #34140 -- Made minor edits to rst code-blocks. 2023-03-01 13:02:54 +01:00
security.txt Refs #34140 -- Applied rst code-block to non-Python examples. 2023-02-10 19:19:13 +01:00
serialization.txt Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. 2023-03-01 13:03:56 +01:00
settings.txt [5.0.x] Updated "Dive Into Python" links. 2024-01-20 22:22:49 +01:00
signals.txt [5.0.x] Applied Black's 2024 stable style. 2024-01-26 12:55:56 +01:00
signing.txt Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. 2023-03-01 13:03:56 +01:00
templates.txt Added meaningful titles to ..admonition:: directives. 2023-04-21 12:03:59 +02:00