django1/django/contrib/admin
Alexander Gaevsky c79852acee Fixed #14402 -- Removed clearing of help_text for ManyToManyField's raw_id_fields. 2016-01-30 12:42:47 -05:00
..
bin Allowed installing closure with pip for admin JavaScript compression. 2015-07-17 13:22:34 -04:00
locale Updated contrib.admin translations for new tests 2016-01-08 20:34:59 +01:00
migrations Fixed #25353 -- Changed LogEntry.action_time to a "date created". 2015-09-04 12:33:11 -04:00
static/admin Corrected comment about SelectFilter2's dependencies. 2016-01-25 14:33:59 -05:00
templates Lowercased "actions" of "Recent actions" and "My actions" in admin index sidebar. 2016-01-22 15:43:03 -05:00
templatetags Fixed #26125 -- Fixed E731 flake warnings. 2016-01-25 14:23:43 -05:00
views Fixed #26013 -- Moved django.core.urlresolvers to django.urls. 2015-12-31 14:21:29 -05:00
__init__.py Sorted imports in __init__.py files. 2015-06-27 11:53:33 -04:00
actions.py Fixed #25165 -- Removed inline JavaScript from the admin. 2015-12-05 15:51:57 -05:00
apps.py Fixed #24116 -- Moved AdminSite.check_dependencies() to system checks. 2016-01-22 18:29:56 -05:00
checks.py Fixed #24116 -- Moved AdminSite.check_dependencies() to system checks. 2016-01-22 18:29:56 -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 Made ListFilter.choices() argument name more explicit. 2015-11-23 12:39:48 -05:00
forms.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
helpers.py Fixed #25465 -- Restored line breaks conversion in admin readonly fields. 2015-12-29 19:31:43 -05:00
models.py Fixed #21113 -- Made LogEntry.change_message language independent 2016-01-08 20:34:59 +01:00
options.py Fixed #14402 -- Removed clearing of help_text for ManyToManyField's raw_id_fields. 2016-01-30 12:42:47 -05:00
sites.py Fixed #24116 -- Moved AdminSite.check_dependencies() to system checks. 2016-01-22 18:29:56 -05:00
tests.py Refs #494 -- Fixed a flaky admin_inlines tests. 2016-01-11 14:16:17 -05:00
utils.py Fixed #26060 -- Fixed crash with reverse OneToOneField in ModelAdmin.readonly_fields. 2016-01-21 13:21:28 -05:00
widgets.py Fixed #26013 -- Moved django.core.urlresolvers to django.urls. 2015-12-31 14:21:29 -05:00