django1/django/contrib
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
..
admin Fixed #20640 -- Avoided NoReverseMatch in get_deleted_objects 2013-08-19 12:01:33 -04:00
admindocs Fixed a number of lint warnings, particularly around unused variables. 2013-08-04 09:17:10 -07:00
auth Combine consecutive with statements 2013-08-16 20:12:10 +02:00
comments Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00
contenttypes Fixed #18681 -- GenericInlineModelAdmin.get_formset() no longer bypasses get_fieldsets(). 2013-08-02 10:41:29 -04:00
flatpages Updated flatpages tests to override CSRF_FAILURE_VIEW. 2013-07-30 13:04:30 -04:00
formtools Fixed a number of lint warnings, particularly around unused variables. 2013-08-04 09:17:10 -07:00
gis Fixed GIS regression caused by force_subq 2013-08-19 16:35:11 +03:00
humanize Combine consecutive with statements 2013-08-16 20:12:10 +02:00
messages Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00
redirects Updated translation templates and removed en translations 2013-05-02 16:25:23 +02:00
sessions Deprecated django.utils.importlib 2013-07-29 17:10:22 +02:00
sitemaps Fixed #20793 -- Added Last-Modified header to sitemaps. 2013-07-31 07:42:30 -04:00
sites Fixed #20199 -- Allow ModelForm fields to override error_messages from model fields 2013-06-18 08:01:17 -04:00
staticfiles Deprecated SortedDict (replaced with collections.OrderedDict) 2013-08-04 07:09:39 -04:00
syndication Fixed #14656 -- Added Atom1Feed `published` element 2013-07-19 10:38:34 -04:00
webdesign Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
__init__.py