| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Thanks Markus Holtermann for review.
|
|
The primary use case is to interact with a third-party database (not
primarily managed by Django) that doesn't support time zones and where
datetimes are stored in local time when USE_TZ is True.
Configuring a PostgreSQL database with the TIME_ZONE option while USE_TZ
is False used to result in silent data corruption. Now this is an error.
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
AdminSite.each_context()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks datakid for the report
|
|
|
|
|
|
Refs #15053.
|
|
|
|
Thanks Serhiy Zahoriya for the suggestion and Tim Graham for the
review.
|
|
|
|
Changed ModelState.clone() to create a shallow copy of self.fields
and self.managers.
|
|
|
|
Thanks Carsten Fuchs.
|
|
|
|
Obsolete since refs #23867.
|
|
Thanks Carl Meyer for the report and review, and Tim Graham for the
review.
|
|
Thanks pattypatpat for the report.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
value."
This reverts commit 72f769f494822981db6df9524b92a2d86f8e69fe.
There are several test failures that need to be fixed.
|