kapt-labs / django-check-seo

Django Check SEO will check the SEO aspects of your site for you, and will provide advice in case of problems. Compatible with Django & Django-CMS!
GNU General Public License v3.0
154 stars 12 forks source link

Django 4: ugettext_lazy was removed in favor of gettext_lazy #55

Closed mbi closed 1 year ago

mbi commented 1 year ago

DjangoCMS 3.11, Django 4.1 throws an error because ugettext_lazy was deprecated years ago, then removed in Django 4.

corentinbettiol commented 1 year ago

Thank you!

corentinbettiol commented 1 year ago

Your changes are now available in version 0.6.0 of django-check-seo!

mbi commented 1 year ago

awesome, thank you! Just opened another PR ;-)