django1/django/contrib/admin
Tim Graham ad0f0daf8c Fixed #24851 -- Fixed crash with reverse one-to-one relation in ModelAdmin.list_display
Forwardport of 2456276b02 from stable/1.8.x
2015-05-28 10:52:50 -04:00
..
bin Limited lines to 119 characters in django/ 2014-09-05 09:22:16 -04:00
locale Updated translations from Transifex 2015-04-30 14:29:08 +02:00
migrations Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
static/admin Fixed #24784 -- Fixed visibility regression in admin's FK widget. 2015-05-19 13:01:48 -04:00
templates Fixed #24466 -- Added JavaScript escaping in a couple places in the admin. 2015-03-30 19:07:17 -04:00
templatetags Fixed #24851 -- Fixed crash with reverse one-to-one relation in ModelAdmin.list_display 2015-05-28 10:52:50 -04:00
views Revert "Fixed #24474 -- Allowed configuring the admin's empty change list value." 2015-04-08 20:39:59 -04:00
__init__.py Fixed #16311 -- Added a RelatedOnlyFieldListFilter class in admin.filters. 2014-08-04 09:39:02 -04:00
actions.py Fixed #24411 -- Avoided dict key/method clash in admin delete views. 2015-02-25 07:15:56 -05:00
apps.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
checks.py Renamed Field.rel attribute to remote_field 2015-03-25 08:16:12 -04:00
decorators.py Fixed typo in exception message; refs #19414 2013-09-19 06:24:12 -04:00
exceptions.py Prevented data leakage in contrib.admin via query string manipulation. 2014-08-20 14:39:40 -04:00
filters.py Removed unnecessary arguments in .get method calls 2015-05-13 20:51:18 +02:00
forms.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
helpers.py Removed cases of six.iter* wrapped in a list() 2015-04-18 23:29:29 +10:00
models.py Used LogEntry methods to check LogEntry action_flag in __str__ 2015-05-07 21:02:47 -04:00
options.py Removed unnecessary arguments in .get method calls 2015-05-13 20:51:18 +02:00
sites.py Fixed #24553 -- Added the list of available applications to AdminSite.each_context() 2015-05-11 12:07:36 -04:00
tests.py Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCase 2014-08-28 08:44:26 +02:00
utils.py Fixed #16609 -- Fixed duplicate admin results when searching nested M2M relations. 2015-05-06 09:56:12 -04:00
widgets.py Fixed #24466 -- Added JavaScript escaping in a couple places in the admin. 2015-03-30 19:07:17 -04:00