Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jinja2: improve error context information #4842

Merged
merged 3 commits into from
May 12, 2022

Commits on May 5, 2022

  1. jinja2: improve error context information

    * When `{% include %}` statements are involved, the error context we
      extract highlights the include statement as the error *not* the actual
      line where the error happened.
    * This expands the context extraction to pull out the relevant lines
      from include files where this happens.
    oliver-sanders committed May 5, 2022
    Configuration menu
    Copy the full SHA
    a5d6c03 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. changelog

    oliver-sanders committed May 12, 2022
    Configuration menu
    Copy the full SHA
    11107f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d56d43 View commit details
    Browse the repository at this point in the history