django-rest-auth icon indicating copy to clipboard operation
django-rest-auth copied to clipboard

Removed use of deprecated method

Open josephbrockw opened this issue 5 years ago • 0 comments

Version 3.0 of Django made force_text deprecated. force_text is just an alias for force_str, which isn't deprecated, so I swapped it out.

https://docs.djangoproject.com/en/3.0/ref/utils/#django.utils.encoding.force_text

josephbrockw avatar Jul 07 '20 23:07 josephbrockw