mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2025-11-12 21:45:21 +03:00
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 |
||
|---|---|---|
| .. | ||
| locale | ||
| registration | ||
| tests | ||
| __init__.py | ||
| admin.py | ||
| app_settings.py | ||
| models.py | ||
| serializers.py | ||
| social_serializers.py | ||
| urls.py | ||
| utils.py | ||
| views.py | ||