You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `smart_text()` util in Django is deprecated, and has been removed in Django v4, with `smart_str()` its replacement.
This change attempts to import the new `smart_str()` util, falling back to `smart_text()` for earlier versions of Django.
0 commit comments