django1/django/contrib/admin
Rainer Koirikivi 3c03004050 Fixed #20640 -- Avoided NoReverseMatch in get_deleted_objects
The default delete action resulted in a NoReverseMatch if it were to
list any Model with a ModelAdmin with `get_urls` overridden to remove
the change url.  Catching the error and not displaying the link in that
case, as was already done for models with no registered admins.

Thanks Keryn Knight for the report.
2013-08-19 12:01:33 -04:00
..
bin Fixed #19333 -- Moved compress.py outside of the admin static folder. Thanks to camilonova, Russell Keith-Magee, Aymeric Augustin and Ramiro Morales for the feedback. 2013-02-02 15:01:32 -08:00
locale Updated translation catalogs 2013-05-25 14:32:44 +02:00
static/admin Fixed overflow for the "Recent Actions" widget on the admin index. 2013-08-13 18:20:12 +07:00
templates Fixed #18511 -- Cleaned up admin password reset template titles. 2013-07-27 14:23:04 -04:00
templatetags Fixed #19082 -- Enabled admin field pre-population for existing objects. 2013-07-30 00:21:08 -07:00
views Deprecated SortedDict (replaced with collections.OrderedDict) 2013-08-04 07:09:39 -04:00
__init__.py Deprecated django.utils.importlib 2013-07-29 17:10:22 +02:00
actions.py Itty bitty typo fix. 2013-06-19 17:45:28 -06:00
exceptions.py Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation. 2013-05-25 16:27:34 -07:00
filters.py Fixed a number of minor misspellings. 2013-07-27 18:46:03 -07: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 #20805 -- Removed an extra colon beside checkboxes in the admin. 2013-07-26 14:45:38 -04:00
models.py Fixed LogEntry.get_admin_url() for non-existent models. 2013-08-02 12:51:10 -04:00
options.py Introduced ModelAdmin.get_fields() and refactored get_fieldsets() to use it. 2013-08-04 09:14:18 -04:00
sites.py Fixed #13629 -- Added CSS classes to the `<body>` tag of some admin templates to allow style customizations per app or per model. 2013-07-21 20:17:14 +00:00
tests.py Stopped using django.utils.unittest in the test suite. 2013-07-01 14:29:33 +02:00
util.py Fixed #20640 -- Avoided NoReverseMatch in get_deleted_objects 2013-08-19 12:01:33 -04:00
validation.py Removed several unused imports. 2013-06-19 17:18:40 +02:00
widgets.py Apply autoescaping to AdminURLFieldWidget. 2013-08-13 11:06:41 -05:00