• Rainer Koirikivi's avatar
    Fixed #20640 -- Avoided NoReverseMatch in get_deleted_objects · 3c030040
    Rainer Koirikivi yazdı
    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.
    3c030040
Adı
Son kayıt (commit)
Son güncelleme
..
fixtures Loading commit data...
templates Loading commit data...
__init__.py Loading commit data...
admin.py Loading commit data...
customadmin.py Loading commit data...
forms.py Loading commit data...
models.py Loading commit data...
tests.py Loading commit data...
urls.py Loading commit data...
views.py Loading commit data...