django1/django/contrib
Tim Graham 0c20850774 Removed unused admin_url and root_path context variables in admindocs.
Unused since 915ef79b08 and
aaf77c1676.
2018-09-17 15:41:17 -04:00
..
admin Fixed #29723 -- Fixed crash if InlineModelAdmin.has_add_permission() doesn't accept the obj argument. 2018-08-30 11:22:50 +02:00
admindocs Removed unused admin_url and root_path context variables in admindocs. 2018-09-17 15:41:17 -04:00
auth Removed shadowing of built-in hash() function. 2018-09-13 10:04:36 -04:00
contenttypes Fixed #29612 -- Added GenericRelation prefetch_related() cache invalidation. 2018-08-17 14:58:45 -04:00
flatpages Fixed #29746 -- Fixed misleading FlatpageForm URL help text if APPEND_SLASH is disabled. 2018-09-11 12:15:22 -04:00
gis Simplified ListMixin.sort(). 2018-09-17 10:54:37 -04:00
humanize Updated contrib translations from Transifex 2018-08-01 09:24:06 -04:00
messages Removed duplicate words in various comments. 2018-07-18 11:54:15 -04:00
postgres Fixed #27899 -- Added support for phrase/raw searching in SearchQuery. 2018-09-17 12:03:52 -04:00
redirects Updated contrib translations from Transifex 2018-08-01 09:24:06 -04:00
sessions Updated contrib translations from Transifex 2018-08-01 09:24:06 -04:00
sitemaps Removed parser.add_arguments() arguments that match the defaults. 2018-07-02 17:54:57 -04:00
sites Updated contrib translations from Transifex 2018-08-01 09:24:06 -04:00
staticfiles Fixed #29570 -- Added check that MEDIA_URL isn't in STATIC_URL. 2018-08-23 10:10:39 -04:00
syndication Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()." 2017-09-07 08:16:21 -04:00
__init__.py