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

Parent context refactor #24

Merged
merged 8 commits into from
Mar 3, 2024
Merged

Parent context refactor #24

merged 8 commits into from
Mar 3, 2024

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    db0f2d1 View commit details
    Browse the repository at this point in the history
  2. Remove the default setting of parent_context=Context from render_html

    This does seem like a weird place to deal with it. There is a special
    method (`get_context_data`) to handle the context generation. If we need
    some special handling for a `None` parent context, it should go there.
    tbrlpld committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    4b4c01d View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. Configuration menu
    Copy the full SHA
    3d7b506 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62dad65 View commit details
    Browse the repository at this point in the history
  3. Update changelog

    tbrlpld committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    3797772 View commit details
    Browse the repository at this point in the history
  4. Update README

    tbrlpld committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    3ebf042 View commit details
    Browse the repository at this point in the history
  5. Cover all branches

    tbrlpld committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    9277c35 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. Configuration menu
    Copy the full SHA
    9e4edba View commit details
    Browse the repository at this point in the history