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 Don't escape object ids when passing to the contenttypes.shortcut view. 2012-06-07 17:52:12 +02:00
templates Fixed #17515 -- Added ability to override the template of custom admin FilterSpec classes. Thanks, saxix and Julien Phalip. 2012-02-09 18:59:05 +00:00
__init__.py Merged the newforms-admin branch into trunk. 2008-07-18 23:54:34 +00:00
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 Convert much of the regression tests to use absolute imports. There's still work to be done though. 2011-10-13 18:51:33 +00:00
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 Fixed #7758 and #17189 -- Allowed to override the `form_url` context var in the admin change view and the user admin's password change view. Thanks, michal and krzysztof.szczesny. 2012-02-09 18:56:32 +00:00
views.py Replaced old-style with new-style decorator syntax. 2011-05-01 16:46:02 +00:00