nephila / django-meta

Pluggable app to allow Django developers to quickly add meta tags and OpenGraph, Twitter, and Google Plus properties to their HTML responses.
https://django-meta.readthedocs.io
Other
480 stars 68 forks source link

Updated import to support Django 4.0 #131

Closed ivanchenkodmitry closed 2 years ago

ivanchenkodmitry commented 2 years ago

ugettext_lazy function was deprecated and no longer supported in Django 4.0 we should use gettext_lazy instead

See reference: https://code.djangoproject.com/ticket/30165

Description

Describe:

References

Provide any github issue fixed (as in Fix #XYZ)

Checklist

fsecada01 commented 2 years ago

@yakky Can you review and approve this? Django 4.0 has been live for a bit and this is a blocker for me updating my application to the latest version.

IRIDON commented 2 years ago

@yakky Can you review and approve this?

pySilver commented 2 years ago

Any updates on this?

pySilver commented 2 years ago

Bump

yakky commented 2 years ago

thanks @ivanchenkodmitry for your submission and sorry for the very long hiatus.

I'll merge the fix with #132 and I'll credit both for the fix. Thanks a lot