django1/django/contrib/admin
Eric Whitmire 901de5fbce [1.8.x] Fixed #24655 -- Fixed JavaScript path of contrib.admin's related field widget 2015-04-17 11:22:22 -04:00
..
bin Limited lines to 119 characters in django/ 2014-09-05 09:22:16 -04:00
locale [1.8.x] Fetched updated contrib translations from Transifex 2015-04-01 15:05:29 +02:00
migrations [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
static/admin Fixed #13165 -- Added edit and delete links to admin foreign key widgets. 2015-01-10 12:24:52 -05:00
templates [1.8.x] Fixed #24411 -- Avoided dict key/method clash in admin delete views. 2015-02-25 08:07:25 -05:00
templatetags [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
views [1.8.x] Fixed #24426 -- Displayed admin actions panel when show_full_result_count=False. 2015-03-04 13:56:51 -05:00
__init__.py Fixed #16311 -- Added a RelatedOnlyFieldListFilter class in admin.filters. 2014-08-04 09:39:02 -04:00
actions.py [1.8.x] Fixed #24411 -- Avoided dict key/method clash in admin delete views. 2015-02-25 08:07:25 -05:00
apps.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
checks.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05: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 [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
forms.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
helpers.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
models.py [1.8.x] Removed outdated docstring for get_admin_url(). 2015-03-03 07:47:32 -05:00
options.py [1.8.x] Fixed #24411 -- Avoided dict key/method clash in admin delete views. 2015-02-25 08:07:25 -05:00
sites.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
tests.py Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCase 2014-08-28 08:44:26 +02:00
util.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
utils.py [1.8.x] Used format_html() in contrib.admin.utils for consistency. 2015-03-04 10:44:44 -05:00
validation.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
widgets.py [1.8.x] Fixed #24655 -- Fixed JavaScript path of contrib.admin's related field widget 2015-04-17 11:22:22 -04:00