django-crispy-forms / crispy-tailwind

A Tailwind template pack for django-crispy-forms
MIT License
331 stars 56 forks source link

Not working for latest release django-crispy-form #87

Closed taut-and-yare closed 3 years ago

taut-and-yare commented 3 years ago

crispy_forms.compatibility.py has been removed in versions of django-crispy-forms >1.11.1, thus giving the following error:

ImportError raised when trying to load 'crispy_tailwind.templatetags.tailwind_filters': No module named 'crispy_forms.compatibility'

smithdc1 commented 3 years ago

Thanks for the report. Fixed in #86