bootstrap-breadcrumbs icon indicating copy to clipboard operation
bootstrap-breadcrumbs copied to clipboard

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

Open FlipperPA opened this issue 4 years ago • 0 comments

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

FlipperPA avatar Feb 22 '21 17:02 FlipperPA