Open sde1000 opened 4 years ago
(It looks like I mentioned this in #60 but only the first of the two warnings got fixed.)
Is this merge going to occur - it's been pending for almost 2 years...?
And now it breaks Dango 4.0 compatibility, since smart_text was removed. Would be great to see this merged and released.
Using django-bootstrap-breadcrumbs 0.9.2 with Django 3.0.7, I get the following deprecation warning:
Checking the Django source it looks like
smart_text()
is now just a call tosmart_str()
.