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

Avoided adding tag to context. #160

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Avoided adding tag to context. #160

wants to merge 2 commits into from

Commits on Nov 1, 2023

  1. Added test

    smithdc1 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    069a6c9 View commit details
    Browse the repository at this point in the history
  2. Avoided adding tag to context.

    "tag" can be a popular name for a queryset and therefore added to context in views. Changed tag to crispy_tag to avoid name conflicts.
    
    Refs django-crispy-forms/django-crispy-forms#830
    smithdc1 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    9d1284b View commit details
    Browse the repository at this point in the history