prymitive / bootstrap-breadcrumbs

Django template tags for easy breadcrumbs using twitter bootstrap css classes or custom template
django-bootstrap-breadcrumbs.readthedocs.org
MIT License
92 stars 47 forks source link

FIX: smart_text is deprecated; use smart_str. (Django deprecation) #66

Open FlipperPA opened 3 years ago

FlipperPA commented 3 years ago

Fixes https://github.com/prymitive/bootstrap-breadcrumbs/issues/64

My test suite has started throwing deprecation warnings about this being fully removed in Django 4.0.

smart_str() can be viewed here: https://github.com/django/django/blob/master/django/utils/encoding.py#L19