darklow / django-suit

Modern theme for Django admin interface
http://djangosuit.com/
Other
2.31k stars 701 forks source link

Make django-suit compatible with Django 4.x.x #790

Open Abdurahman-hassan opened 1 year ago

Abdurahman-hassan commented 1 year ago

In this commit an error:

"django.template.library.InvalidTemplateLibrary: Invalid template library specified. ImportError raised when trying to load 'suit.templatetags.suit_menu': cannot import name 'ugettext_lazy' from 'django.utils.translation' python3.10/site-packages/django/utils/translation/init.py"

has been fixed and now django-suit is compatible with Django version 4 by importing the gettext_lazy in admin_filters and menu files