django1/django/contrib/admin
Tim Graham d67a46e104 Refs #25135 -- Removed support for the contrib.admin allow_tags attribute.
Per deprecation timeline.
2017-01-17 20:52:01 -05:00
..
bin Fixed E305 flake8 warnings. 2016-11-14 12:30:46 -05:00
locale Updated translations from Transifex 2016-09-30 22:12:41 +02:00
migrations Fixed #25353 -- Changed LogEntry.action_time to a "date created". 2015-09-04 12:33:11 -04:00
static/admin Fixed #27386 -- Wrapped admin's readonly fields in <div> rather than <p>. 2016-11-12 10:02:57 -05:00
templates Fixed #27714 -- Fixed small visual artifact when clicking inline edit button in admin. 2017-01-10 11:24:28 -05:00
templatetags Refs #25135 -- Removed support for the contrib.admin allow_tags attribute. 2017-01-17 20:52:01 -05:00
views Fixed #18729 -- Made admin changelist not use distinct() if a list_filter doesn't require it. 2016-12-06 10:38:38 -05:00
__init__.py Sorted imports in __init__.py files. 2015-06-27 11:53:33 -04:00
actions.py Fixed E305 flake8 warnings. 2016-11-14 12:30:46 -05:00
apps.py Fixed #24116 -- Moved AdminSite.check_dependencies() to system checks. 2016-01-22 18:29:56 -05:00
checks.py Fixed #27673 -- Made admin's checks run at check time instead of during registration. 2017-01-10 07:02:13 -05:00
decorators.py Fixed #25688 -- Made admin.register() disallow an empty list of models. 2015-11-12 09:54:43 -05:00
exceptions.py Prevented data leakage in contrib.admin via query string manipulation. 2014-08-20 14:39:40 -04:00
filters.py Fixed E305 flake8 warnings. 2016-11-14 12:30:46 -05:00
forms.py Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
helpers.py Refs #25135 -- Removed support for the contrib.admin allow_tags attribute. 2017-01-17 20:52:01 -05:00
models.py Fixed #27218 -- Returned LogEntry instances from ModelAdmin.log_*() methods. 2016-10-04 14:08:53 -04:00
options.py Refs #2856 -- Removed redundant escaping in admin's "Perhaps it was deleted?" message. 2017-01-04 10:22:17 -05:00
sites.py Fixed #26961 -- Made admin checks run when DEBUG=False. 2017-01-10 07:02:13 -05:00
tests.py Fixed #26601 -- Improved middleware per DEP 0005. 2016-05-17 07:22:22 -04:00
utils.py Replaced '__' with LOOKUP_SEP constant. 2016-10-11 11:14:06 -04:00
widgets.py Fixed #15667 -- Added template-based widget rendering. 2016-12-27 17:50:10 -05:00