ixc / wagtail-instance-selector

A widget for Wagtail's admin that allows you to create and select related items
MIT License
54 stars 17 forks source link

Django 4.0 compatibility #25

Closed pySilver closed 11 months ago

pySilver commented 2 years ago

ugettext_lazy has been removed in Django 4.0 159. Please use gettext_lazy instead:

from django.utils.translation import gettext_lazy as _

pySilver commented 2 years ago

Anyone?

MasonLyons commented 1 year ago

bump

pySilver commented 1 year ago

Looks like it is no longer maintained :(

markfinger commented 11 months ago

Yeah, this project has been dormant for a while, but I've just merged a large PR which included the same fix. So, thanks for the PR and the fix.

This fix and django4+ compatibility is now on PyPI and you can upgrade with wagtail-instance-selector==3.0.0.

markfinger commented 11 months ago

Note that the new version requires wagtail 4+ for compatibility.