1
0
mirror of https://github.com/django/django.git synced 2025-03-10 09:22:46 +00:00
Rainer Koirikivi 65cf82bd08 Fixed #20934 -- Avoided NoReverseMatch in ModelAdmin.changelist_view
The view tried to display links to a ModelAdmin's change_view, which
resulted in NoReverseMatches if get_urls was overridden to remove the
corresponding url.
2013-08-22 10:08:54 -04:00
..
2013-08-16 20:12:10 +02:00
2013-06-29 11:58:36 +02:00
2013-02-26 10:00:14 +01:00