#11909: Django 'eating up' method errors in templates
---------------------------------+--------------------------------------
Reporter: wojteks | Owner: nobody
Type: Uncategorized | Status: closed
Component: Template system | Version: 1.1
Severity: Normal | Resolution: wontfix
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
---------------------------------+--------------------------------------
Comment (by Thomas Güttler):
You can use the [https://pytest-
django.readthedocs.io/en/latest/configuring_django.html#pytest-ini-
settings pytest-django setting] FAIL_INVALID_TEMPLATE_VARS
The invaild vars get checked if pytest executes the code.
{{{
[pytest]
DJANGO_SETTINGS_MODULE = mysite.settings
FAIL_INVALID_TEMPLATE_VARS = True
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/11909#comment:10>
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/065.701d3995c135e6ddfcc1de5f3abfeee5%40djangoproject.com.