django-crispy-forms / crispy-tailwind

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

fix: reflect lru_cache removal from crispy_forms #86

Closed yedpodtrzitko closed 3 years ago

yedpodtrzitko commented 3 years ago

Crispy Forms removed compatibility.lru_cache in the latest release (see https://github.com/django-crispy-forms/django-crispy-forms/pull/1123 ), so the current code now raises ImportError. This change follows the change done in CF.

smithdc1 commented 3 years ago

Thanks!