You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since Django 2.1, exceptions from {% include %} tags are not silenced anymore:
Silencing exceptions raised while rendering the {% include %} template tag is deprecated as the behavior is often more confusing than helpful. In Django 2.1, the exception will be raised
This means the help/quality_checks.html page will fail to load if help/_ttk_quality_checks.html is missing. The latter was generated as part of a build process.
The text was updated successfully, but these errors were encountered:
Because Zing uses its own set of checks already. Moreover, the page that
was trying to be included broke the page altogether because since Django
2.1 exceptions raised in templates are not silenced.
Fixesserge-community#431.
Because Zing uses its own set of checks already. Moreover, the page that
was trying to be included broke the page altogether because since Django
2.1 exceptions raised in templates are not silenced.
Fixesserge-community#431.
Since Django 2.1, exceptions from
{% include %}
tags are not silenced anymore:This means the
help/quality_checks.html
page will fail to load ifhelp/_ttk_quality_checks.html
is missing. The latter was generated as part of a build process.The text was updated successfully, but these errors were encountered: