BenjjinF / django-fontawesome-5

A utility for using icons in models, forms, and templates.
BSD 2-Clause "Simplified" License
21 stars 18 forks source link

error in django v4 #28

Closed amirimohsen72 closed 10 months ago

amirimohsen72 commented 10 months ago

in old version of django 3 you use from django.utils.translation import ugettext as _ but now in django 4 dont support ugettext .need to replace this import in fontawesome_5\fields.py

amirimohsen72 commented 10 months ago

new repository for django 4 -> use django-fontawesome-6

https://github.com/saschaludwig/django-fontawesome-6