django1/django/contrib
Keryn Knight a697424969 Fixed #32996 -- Cached PathInfos on relations.
PathInfo values are ostensibly static over the lifetime of the object
for which they're requested, so the data can be memoized, quickly
amortising the cost over the process' duration.
2021-11-03 11:27:04 +01:00
..
admin Fixed #32996 -- Cached PathInfos on relations. 2021-11-03 11:27:04 +01:00
admindocs Fixed #32499 -- Escaped additional metacharacters in simplify_regex(). 2021-09-22 11:59:59 +02:00
auth Fixed #28401 -- Allowed hashlib.md5() calls to work with FIPS kernels. 2021-10-12 08:58:27 +02:00
contenttypes Fixed #32996 -- Cached PathInfos on relations. 2021-11-03 11:27:04 +01:00
flatpages Fixed #32910 -- Unified different plural equations for the same language in contrib apps. 2021-07-15 20:42:17 +02:00
gis Fixed #33136 -- Added GEOSGeometry.make_valid() method. 2021-09-27 09:58:28 +02:00
humanize Fixed #32910 -- Unified different plural equations for the same language in contrib apps. 2021-07-15 20:42:17 +02:00
messages Refs #32191 -- Removed for the pre-Django 3.2 format of messages in CookieStorage. 2021-09-20 21:23:01 +02:00
postgres Refs #32943 -- Added support for covering exclusion constraints using SP-GiST indexes on PostgreSQL 14+. 2021-10-01 13:11:37 +02:00
redirects Fixed #32910 -- Unified different plural equations for the same language in contrib apps. 2021-07-15 20:42:17 +02:00
sessions Refs #33012 -- Moved PickleSerializer to django.core.serializers.base and added tests. 2021-09-02 11:24:55 +02:00
sitemaps Fixed #25916 -- Added lastmod support to sitemap index view. 2021-10-21 15:26:22 +02:00
sites Fixed #32910 -- Unified different plural equations for the same language in contrib apps. 2021-07-15 20:42:17 +02:00
staticfiles Fixed #28401 -- Allowed hashlib.md5() calls to work with FIPS kernels. 2021-10-12 08:58:27 +02:00
syndication Fixed #32366 -- Updated datetime module usage to recommended approach. 2021-05-12 11:08:41 +02:00
__init__.py