django1/django/contrib
Nick Pope 97e9a84d27 Removed unused country argument from GeoIP2._check_query().
Unused since its introduction in 79e68c225b.
2021-12-02 11:30:42 +01:00
..
admin Fixed #32545 -- Improved admin widget for raw_id_fields for UUIDFields. 2021-11-29 07:16:26 +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 Removed unused country argument from GeoIP2._check_query(). 2021-12-02 11:30:42 +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 Fixed #33303 -- Changed messages' level tags on MESSAGE_TAGS setting change. 2021-11-26 07:09:31 +01:00
postgres Refs #33304 -- Enclosed aggregate ordering logic in an expression. 2021-11-23 07:28:27 +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