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

panels(templates): avoid evaluating LazyObject #1833

Merged
merged 5 commits into from
Sep 26, 2023
Merged

Commits on Sep 19, 2023

  1. panels(templates): postpone context processing

    - this makes it show evaluated querysets which were used in the template
    - removes completely context processing when SHOW_TEMPLATE_CONTEXT is
      disabled
    nijel committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    464c4f6 View commit details
    Browse the repository at this point in the history
  2. panels(templates): avoid evaluating LazyObject

    LazyObject is typically used for something expensive to evaluate, so avoid evaluating it just for showing it in the debug toolbar.
    nijel committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    39f3b6f View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    498f434 View commit details
    Browse the repository at this point in the history
  2. Update docs/changes.rst

    matthiask committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    5f7b561 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2fe9c5d View commit details
    Browse the repository at this point in the history