#16507: Tests that alter ROOT_URLCONF should set DEBUG_PROPAGATE_EXCEPTION
-------------------------------------+-------------------------------------
     Reporter:  andymckay            |                    Owner:  nobody
         Type:  Bug                  |                   Status:  reopened
    Component:  contrib.messages     |                  Version:  SVN
     Severity:  Normal               |               Resolution:
     Keywords:                       |             Triage Stage:  Ready for
    Has patch:  1                    |  checkin
  Needs tests:  0                    |      Needs documentation:  0
Easy pickings:  0                    |  Patch needs improvement:  0
                                     |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by andymckay):

 * status:  closed => reopened
 * resolution:  fixed =>


Comment:

 The error that occurs is a Caught NoReverseMatch while rendering: Reverse
 for ... with arguments ... and keyword arguments '{}' not found. To
 reproduce this: create a handler500 pointing to a view which renders a
 template, in that template do a URL reverse from your application. Because
 your application contains a URL reversal that is not in URLs (the test
 case removes them for you) you get an error. I'll attach a test case to
 demonstrate this and a test. I tested this on SVN head a few minutes ago.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/16507#comment:9>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to