#24813: Document that {% include %} suppresses errors when DEBUG=False
--------------------------------------+------------------------------------
     Reporter:  pratyushmittal        |                    Owner:  nobody
         Type:  Cleanup/optimization  |                   Status:  new
    Component:  Documentation         |                  Version:  1.8
     Severity:  Normal                |               Resolution:
     Keywords:                        |             Triage Stage:  Accepted
    Has patch:  0                     |      Needs documentation:  0
  Needs tests:  0                     |  Patch needs improvement:  0
Easy pickings:  0                     |                    UI/UX:  0
--------------------------------------+------------------------------------
Changes (by timgraham):

 * type:  Bug => Cleanup/optimization
 * stage:  Unreviewed => Accepted
 * component:  Testing framework => Documentation


Comment:

 Django tests run with `DEBUG=False`. In this case, template tag exceptions
 are often suppressed. It might be worth adding a note to
 [https://docs.djangoproject.com/en/dev/ref/templates/builtins/#include the
 {% include %} documentation] that the tag
 
[https://github.com/django/django/blob/dc8edc9dbf0ec85a60f1129b7b1dddd880162415/django/template/loader_tags.py#L195-L198
 will render as an empty string] if rendering the included template raises
 an exception.

--
Ticket URL: <https://code.djangoproject.com/ticket/24813#comment:3>
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 django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/072.ecb6517cb264a57e9b8b96b4e2a44606%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to