django1/django/contrib/admin
Arne Brodowski 38be3cf5e4 Fixed #21870 -- Admin check for list_editable_item
During the admin check for list_editable _check_list_editable_item
should return an empty list if all checks pass. Additionally the
Testcase test_readonly_and_editable was changed to test what the
name implies instead of duplicating the logic of test_readonly.
2014-01-24 17:40:24 +01:00
..
bin Started attackign the next flake8 violation 2013-10-31 08:42:28 -07:00
locale Fixed #21388 -- Corrected language code for Frisian 2013-11-11 13:34:01 +01:00
static/admin Fixed #21445 -- Clean up misuse of null in quickElement. 2013-11-23 14:40:01 +01:00
templates Fixed #21659 -- Modified the registration/password_change_form.html admin template to use {% admin_static %}. 2014-01-18 08:33:42 -05:00
templatetags Removed some unnecessary __exact operators in filters. 2014-01-17 18:12:45 -05:00
views Fixed #21510 -- Readded search reset link in changelist search bar 2013-12-11 15:30:20 +01:00
__init__.py Fixed #16905 -- Added extensible checks (nee validation) framework 2014-01-20 10:45:21 +08:00
actions.py Used application verbose names in the admin. 2013-12-22 16:53:57 +01:00
apps.py Fixed #21712 -- Moved autodiscover() to AdminConfig.ready(). 2014-01-18 23:06:00 +01:00
checks.py Fixed #21870 -- Admin check for list_editable_item 2014-01-24 17:40:24 +01:00
decorators.py Fixed typo in exception message; refs #19414 2013-09-19 06:24:12 -04:00
exceptions.py Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation. 2013-05-25 16:27:34 -07:00
filters.py Fixed E127 pep8 warnings. 2013-12-14 11:59:15 -05:00
forms.py Fixed #20199 -- Allow ModelForm fields to override error_messages from model fields 2013-06-18 08:01:17 -04:00
helpers.py Fixed #17413 -- Serialization of form errors along with all metadata. 2013-12-16 16:33:28 -05:00
models.py Fixed #17627 -- Renamed util.py files to utils.py 2013-09-16 12:52:05 -04:00
options.py Fixed #16905 -- Added extensible checks (nee validation) framework 2014-01-20 10:45:21 +08:00
sites.py Fixed #16905 -- Added extensible checks (nee validation) framework 2014-01-20 10:45:21 +08:00
tests.py Fixed selenium failure. 2014-01-03 11:29:37 +01:00
util.py Removed import * in tests. 2013-10-22 08:32:01 -04:00
utils.py Fixed #21846 -- Made NestedObjects handle related_name with %(app_label)s or %(class)s. 2014-01-22 09:13:15 -05:00
validation.py Stopped populating the app registry as a side effect. 2013-12-30 22:11:17 +01:00
widgets.py Fixed E127 pep8 warnings. 2013-12-14 11:59:15 -05:00