django1/django/contrib
Claude Paroz e7d62e97eb
Refs #22426 -- Removed pre-Django 1.5 messages compatibility code and test.
This reverts commit f286721f7f.
2020-01-31 11:11:24 +01:00
..
admin Used model's Options.label/label_lower where applicable. 2020-01-29 12:09:20 +01:00
admindocs Used model's Options.label/label_lower where applicable. 2020-01-29 12:09:20 +01:00
auth Used model's Options.label/label_lower where applicable. 2020-01-29 12:09:20 +01:00
contenttypes Fixed #31190 -- Fixed prefetch_related() crash for GenericForeignKey with custom ContentType foreign key. 2020-01-22 07:54:16 +01:00
flatpages Fixed #22261 -- Fixed resolving namespaced URLs for flatpages. 2020-01-28 13:14:23 +01:00
gis Removed unused **kwargs from GEOSFuncFactory.__call__(). 2020-01-22 15:40:39 +05:00
humanize Updated contrib translations from Transifex. 2019-12-02 11:25:23 +01:00
messages Refs #22426 -- Removed pre-Django 1.5 messages compatibility code and test. 2020-01-31 11:11:24 +01:00
postgres Fixed #31211 -- Added SearchConfig expression. 2020-01-29 08:12:10 +01:00
redirects Updated contrib translations from Transifex. 2019-12-02 11:25:23 +01:00
sessions Updated contrib translations from Transifex. 2019-12-02 11:25:23 +01:00
sitemaps Refs #23829 -- Made ping_google command/function use https for the sitemap URL. 2019-01-11 10:32:22 -05:00
sites Updated contrib translations from Transifex. 2019-12-02 11:25:23 +01:00
staticfiles Refs #29983 -- Added support for using pathlib.Path in all settings. 2019-11-07 10:26:22 +01:00
syndication Fixed #29352 -- Allowed specifying a Feed language. 2019-05-06 15:10:54 +02:00
__init__.py