django1/django/contrib/admin
Claude Paroz 02158a785e [1.11.x] Updated translations from Transifex 2017-05-31 21:42:51 +02:00
..
bin Fixed E305 flake8 warnings. 2016-11-14 12:30:46 -05:00
locale [1.11.x] Updated translations from Transifex 2017-05-31 21:42:51 +02:00
migrations Fixed #25353 -- Changed LogEntry.action_time to a "date created". 2015-09-04 12:33:11 -04:00
static/admin [1.11.x] Fixed #27743 -- Prevented admin's "+" button icon from overlapping its label. 2017-01-23 19:25:02 -05:00
templates [1.11.x] Fixed #27850 -- Made RelatedFieldWidgetWrapper call render() of the wrapped widget. 2017-02-20 08:48:17 -05:00
templatetags Fixed #27216 -- Corrected import location in admin deprecation messages. 2016-09-13 13:45:24 -04: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 [1.11.x] Fixed docstring typo in django/contrib/admin/actions.py. 2017-05-25 05:55:04 -04:00
apps.py Fixed #24116 -- Moved AdminSite.check_dependencies() to system checks. 2016-01-22 18:29:56 -05:00
checks.py [1.11.x] Fixed #27889 -- Fixed incorrect check error if ModelAdmin.ordering refers to 'pk'. 2017-03-02 10:58:47 -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 Fixed #27532 -- Deprecated Model._meta.has_auto_field 2016-11-25 13:24:11 -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 [1.11.x] Fixed #27897 -- Fixed crash with 'pk' in ModelAdmin.search_filters. 2017-03-15 13:45:36 -04:00
widgets.py [1.11.x] Refs #27919 -- Changed Widget.get_context() attrs kwarg to an arg. 2017-03-21 10:38:15 -04:00