django1/django/contrib/admin
Alexander Gaevsky caeacd94dd [1.8.x] Refs #24980 -- Fixed incorrect timezone handling in admin calendar widget.
Backport of ea7542891a from master
2016-01-08 17:26:33 -05:00
..
bin Limited lines to 119 characters in django/ 2014-09-05 09:22:16 -04:00
locale [1.8.x] Updated translations from Transifex 2015-04-30 14:27:51 +02:00
migrations [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
static/admin [1.8.x] Refs #24980 -- Fixed incorrect timezone handling in admin calendar widget. 2016-01-08 17:26:33 -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] Fixed #24851 -- Fixed crash with reverse one-to-one relation in ModelAdmin.list_display 2015-05-28 10:37:31 -04:00
views [1.8.x] Fixed #24851 -- Fixed crash with reverse one-to-one relation in ModelAdmin.list_display 2015-05-28 10:37:31 -04: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] Fixed #25267 -- Corrected message for admin.E122 system check. 2015-08-13 13:14:17 -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 [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] Fixed #25465 -- Restored line breaks conversion in admin readonly fields. 2015-12-29 19:56:23 -05:00
models.py [1.8.x] Removed outdated docstring for get_admin_url(). 2015-03-03 07:47:32 -05:00
options.py Fixed #25622 -- Accounted for generic relations in the admin to field validation 2015-10-29 13:20:44 -04:00
sites.py [1.8.x] Fixed #26035 -- Prevented user-tools from appearing on admin logout page. 2016-01-06 14:00:52 -05:00
tests.py [1.8.x] Fixed #25323 -- Fixed selenium test failures with chromedriver 2.18. 2015-08-28 14:38:18 -04: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] Fixed #25299 -- Fixed crash with ModelAdmin.list_display value that clashes with a model reverse accessor. 2015-08-28 09:03:34 -04: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