Opened 10 years ago
Closed 10 years ago
#24798 closed Bug (duplicate)
Test failure in admin_views on master
Description ¶
Various tests in admin_views
on master are failing with NoReverseMatch
when admin_registration.tests.TestRegistrationDecorator
and admin_views
are paired together. For example:
django.core.urlresolvers.NoReverseMatch: Reverse for 'app_list' with arguments '()' and keyword arguments '{'app_label': 'admin_registration'}' not found. 1 pattern(s) tried: ['test_admin/admin/(?P<app_label>admin_views|auth)/$']
Markus bisected the failures to this commit:
https://github.com/django/django/commit/bd53db5eab05099ae371348529c6428e0da95c6a
Note:
See TracTickets
for help on using tickets.
I left a comment on the original pull request after I saw these failures and Riccardo said he would try to look at it. Let's just reopen the original ticket.