#32707: Wrong reference to template
-------------------------------------+-------------------------------------
               Reporter:  Omid       |          Owner:  nobody
  Shojaee                            |
                   Type:  Bug        |         Status:  new
              Component:  Template   |        Version:  3.2
  system                             |
               Severity:  Normal     |       Keywords:  NoReverseMatch
           Triage Stage:             |      Has patch:  0
  Unreviewed                         |
    Needs documentation:  0          |    Needs tests:  0
Patch needs improvement:  0          |  Easy pickings:  0
                  UI/UX:  0          |
-------------------------------------+-------------------------------------
 Hello,

 In my template, I have a reference to an app that doesn't exist yet, so
 Django shows me "NoReverseMatch" error, which is **correct**.

 But,

 My template extends ```base.html``` template, and in the details of the
 error Django shows a random line of ```base.html``` not the actual line in
 the ```index.html``` (where the actual reference to non-existent app is).
 This makes debugging of the error very hard.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/32707>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/054.7361cb76c25e1fa0df991ebf784ea7fe%40djangoproject.com.

Reply via email to