django-wagtail-feeds icon indicating copy to clipboard operation
django-wagtail-feeds copied to clipboard

Fix import for recent Django versions

Open vegaelle opened this issue 2 years ago • 0 comments

Functions such as ugettext_lazy, used in this project, are deprecated since Django-3.0. This simple fix imports the correct name, while still importing the old one if necessary.

vegaelle avatar Aug 10 '22 11:08 vegaelle