django1/django/contrib/admin
bphillips 7f663aeccf Fixed #25820 -- Allowed whitespace in admin's calendar.js month/weekday names.
This is useful for certain language translations.
2015-12-03 19:44:15 -05:00
..
bin Allowed installing closure with pip for admin JavaScript compression. 2015-07-17 13:22:34 -04:00
locale Pulled contrib translations from Transifex 2015-12-01 20:37:57 +01:00
migrations Fixed #25353 -- Changed LogEntry.action_time to a "date created". 2015-09-04 12:33:11 -04:00
static/admin Fixed #25820 -- Allowed whitespace in admin's calendar.js month/weekday names. 2015-12-03 19:44:15 -05:00
templates Fixed #25586 -- Fixed possible table cell misalignment in admin's tabular inlines. 2015-10-21 10:21:23 -04:00
templatetags Fixed #25135 -- Deprecated the contrib.admin allow_tags attribute. 2015-09-08 19:13:43 -04:00
views Fixed #22810 -- Corrected admin changelist count for list filters that filter by default. 2015-11-18 19:54:27 -05:00
__init__.py Sorted imports in __init__.py files. 2015-06-27 11:53:33 -04:00
actions.py Fixed many spelling mistakes in code, comments, and docs. 2015-12-03 12:48:24 -05:00
apps.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
checks.py Fixed #25374 -- Made ModelAdmin checks work on instances instead of classes. 2015-09-11 09:28:34 -04: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 #24976 -- Fixed missing form label in tabular inline. 2015-10-21 13:35:50 -04:00
models.py Added two translator comments in contrib apps 2015-11-27 09:37:31 +01:00
options.py Fixed #19361 -- Added link to object's change form in admin's post-save message. 2015-11-19 15:04:32 -05:00
sites.py Fixed #25519 -- Made the admin "View site" link point to sites running on a subpath. 2015-10-22 13:51:00 -04:00
tests.py Fixed #25323 -- Fixed selenium test failures with chromedriver 2.18. 2015-08-28 13:54:03 -04:00
utils.py Refs #25294 -- Moved BoundField to django.forms.boundfield. 2015-09-16 14:43:38 -04:00
widgets.py Simplified lists creation in three places. 2015-11-17 07:58:49 -05:00