| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
* Converted the ``libraries`` and ``builtins`` globals of
``django.template.base`` into properties of the Engine class.
* Added a public API for explicit registration of libraries and builtins.
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|