0
0
mirror of https://github.com/django/django.git synced 2024-11-29 06:03:25 +01:00
django/docs/topics
Josh Smeaton 6e195b800a 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.
2024-03-05 11:22:54 +01:00
..
auth Fixed #34429 -- Allowed setting unusable passwords for users in the auth forms. 2024-02-20 12:13:32 -03:00
class-based-views
db Fixed typo in docs/topics/db/managers.txt. 2024-02-01 09:25:09 +01:00
forms Fixed #35261 -- Corrected Media JS example of object-based paths in docs. 2024-03-04 18:59:49 +01:00
http Fixed #35090 -- Deprecated registering URL converters with the same name. 2024-02-23 15:54:49 +01:00
i18n Fixed #35267 -- Clarified time zone topic for PostgreSQL in docs. 2024-03-05 11:22:54 +01:00
testing
async.txt
cache.txt Fixed #35141 -- Clarified the expected type of CACHE_MIDDLEWARE_SECONDS setting. 2024-01-29 19:18:43 +01:00
checks.txt
conditional-view-processing.txt
email.txt
external-packages.txt
files.txt
index.txt
install.txt
logging.txt
migrations.txt
pagination.txt
performance.txt
security.txt
serialization.txt
settings.txt
signals.txt
signing.txt
templates.txt