django1/django/contrib
Shubh1815 bb223c6f78 Fixed #28357 -- Fixed ModelAdmin.prepopulated_fields on newly added stacked inline.
Thanks Jakob Köhler for the initial patch.
2021-11-16 12:24:56 +01:00
..
admin Fixed #28357 -- Fixed ModelAdmin.prepopulated_fields on newly added stacked inline. 2021-11-16 12:24:56 +01:00
admindocs Fixed #32499 -- Escaped additional metacharacters in simplify_regex(). 2021-09-22 11:59:59 +02:00
auth Fixed #33269 -- Made AnonymousUser/PermissionsMixin.has_perms() raise ValueError on string or non-iterable perm_list. 2021-11-11 20:26:29 +01:00
contenttypes Fixed #32980 -- Made models cache related managers. 2021-11-08 08:44:12 +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 #33287 -- Made GeoJSON serializer use json.loads() instead of eval(). 2021-11-15 20:34:33 +01: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 Fixed #27147 -- Allowed specifying bounds of tuple inputs for non-discrete range fields. 2021-11-04 19:08:57 +01: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 Moved RequestSite import to the toplevel. 2021-11-12 06:41:48 +01:00
staticfiles Fixed #33253 -- Reverted "Fixed #32319 -- Added ES module support to ManifestStaticFilesStorage." 2021-11-05 12:11:18 +01:00
syndication Fixed #32366 -- Updated datetime module usage to recommended approach. 2021-05-12 11:08:41 +02:00
__init__.py