mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #23524 -- Allowed DATABASES['TIME_ZONE'] option on PostgreSQL.
This commit is contained in:
committed by
Mariusz Felisiak
parent
ad88524e4d
commit
c06492dd87
@@ -283,6 +283,9 @@ Miscellaneous
|
||||
:class:`pathlib.Path` instead of :mod:`os.path` for building filesystem
|
||||
paths.
|
||||
|
||||
* The :setting:`TIME_ZONE <DATABASE-TIME_ZONE>` setting is now allowed on
|
||||
databases that support time zones.
|
||||
|
||||
.. _backwards-incompatible-3.1:
|
||||
|
||||
Backwards incompatible changes in 3.1
|
||||
|
||||
Reference in New Issue
Block a user