nephila / djangocms-page-meta

OpenGraph, Twitter Card and Google+ snippet tags for django CMS 3 pages
https://djangocms-page-meta.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
59 stars 64 forks source link

Bugfix/Django 4: ugettext_lazy was removed in favor of gettext_lazy #156

Closed mbi closed 1 year ago

mbi commented 1 year ago

Description

Django >= 4 removed ugettext_lazy, which was deprecated years ago.

Checklist

yakky commented 1 year ago

@mbi Thanks for this! I'll merge as is while I fix the github actions