django1/django/contrib/admin
Paulo 927d9b51fe [1.11.x] Fixed #27967 -- Fixed KeyError in admin's inline form with inherited non-editable pk.
Thanks Robin Anupol for the initial report and workaround.

Backport of 9dc83c356d from master
2017-06-12 21:22:53 -04: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 #28278 -- Fixed invalid HTML for a required AdminFileWidget. 2017-06-06 15:57:08 -04: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 [1.11.x] Fixed #28202 -- Fixed FieldListFilter.get_queryset() crash on invalid input. 2017-06-06 08:18:08 -04:00
forms.py Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
helpers.py [1.11.x] Fixed #27967 -- Fixed KeyError in admin's inline form with inherited non-editable pk. 2017-06-12 21:22:53 -04:00
models.py Fixed #27218 -- Returned LogEntry instances from ModelAdmin.log_*() methods. 2016-10-04 14:08:53 -04:00
options.py [1.11.x] Fixed #28262 -- Fixed incorrect DisallowedModelAdminLookup when a nested reverse relation is in list_filter. 2017-06-05 11:34:43 -04: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