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 force_text function has been deprecated from django 4.0 and is replaced by force_str. To work with both django 4.0 and earlier versions, we try to import force_text, and if that fails, we import force_str and creates an alias function called force_text.
0 commit comments