django-crispy-forms / crispy-bootstrap5

Bootstrap5 template pack for django-crispy-forms
MIT License
462 stars 76 forks source link

Avoided adding tag to context. #160

Open smithdc1 opened 1 year ago

smithdc1 commented 1 year ago

"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 https://github.com/django-crispy-forms/django-crispy-forms/issues/830

Need someway of easing making changes like this over multiple template packs 😄