Opened 9 years ago

Closed 9 years ago

#24798 closed Bug (duplicate)

Test failure in admin_views on master

Reported by: Preston Timmons Owned by: nobody
Component: Testing framework Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

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

Change History (1)

comment:1 by Tim Graham, 9 years ago

Resolution: duplicate
Status: newclosed

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.

Note: See TracTickets for help on using tickets.
Back to Top