django/tests/regressiontests/admin_views
Travis Swicegood ccd1bb0d81 Remove Admin's swallowing of AttributeError (#16655, #18593, #18747)
During the new-admin changes, catching of AttributeError was added to
the admin.  This patch removes that as it's no longer possible to add a
value to a ModelAdmin that is not available.  Adding an attribute that
can not be called causes an ImproperlyConfigured exception to be raised.
2012-09-08 11:20:05 -04:00
..
fixtures
templates
__init__.py
admin.py Remove Admin's swallowing of AttributeError (#16655, #18593, #18747) 2012-09-08 11:20:05 -04:00
customadmin.py Remove Admin's swallowing of AttributeError (#16655, #18593, #18747) 2012-09-08 11:20:05 -04:00
forms.py
models.py Remove Admin's swallowing of AttributeError (#16655, #18593, #18747) 2012-09-08 11:20:05 -04:00
tests.py Remove Admin's swallowing of AttributeError (#16655, #18593, #18747) 2012-09-08 11:20:05 -04:00
urls.py
views.py