django1/django/contrib
Rohith PR 7cca22964c Fixed #32375 -- Started deprecation toward changing the default sitemap protocol to https.
The default sitemap protocol, when it is built outside the context of
a request, will be changed from 'http' to 'https' in Django 5.0.
2021-05-21 11:00:54 +02:00
..
admin Renamed "object" argument of ModelAdmin.log_addition(), log_change(), and log_deletion() methods. 2021-05-20 07:29:16 +02:00
admindocs Updated translations from Transifex. 2021-04-06 06:19:31 +02:00
auth Fixed #32771 -- Used IS_POPUP_VAR constant instead of hard-coded value. 2021-05-20 07:04:26 +02:00
contenttypes Updated translations from Transifex. 2021-04-06 06:19:31 +02:00
flatpages Updated translations from Transifex. 2021-04-06 06:19:31 +02:00
gis Fixed #32721 -- Fixed migrations crash when adding namespaced spatial indexes on PostGIS. 2021-05-14 07:10:28 +02:00
humanize Fixed #31937 -- Eased translation of time strings in some languages. 2021-04-10 20:23:12 +02:00
messages Fixed #32643 -- Fixed decoding of messages in the pre-Django 3.2 format. 2021-04-14 22:52:59 +02:00
postgres Refs #32074 -- Made ExclusionConstraint.__repr__() use Deferrable.__repr__(). 2021-04-07 17:07:53 +02:00
redirects Refs #32675 -- Removed to_field from ForeignKeys in contrib apps' migrations. 2021-04-29 07:46:22 +02:00
sessions Fixed #32366 -- Updated datetime module usage to recommended approach. 2021-05-12 11:08:41 +02:00
sitemaps Fixed #32375 -- Started deprecation toward changing the default sitemap protocol to https. 2021-05-21 11:00:54 +02:00
sites Fixed #31007 -- Allowed specifying type of auto-created primary keys. 2020-12-15 11:25:46 +01:00
staticfiles Fixed #32383 -- Added source map support to ManifestStaticFilesStorage. 2021-04-02 12:21:21 +02:00
syndication Fixed #32366 -- Updated datetime module usage to recommended approach. 2021-05-12 11:08:41 +02:00
__init__.py