django-rest-auth/dj_rest_auth
Mathias Lantean e198f8dddb Fix if condition in LoginSerializer
As there is no reference to 'rest_auth.registration' this condition always validates to False.
We should check if 'dj_rest_auth.registration' is in INSTALLED_APPS.
2020-03-11 15:23:22 -03:00
..
locale Uses new org 2020-03-01 16:42:28 -06:00
registration Fixes references to serializers + isort 2020-02-29 23:56:21 -06:00
tests Fixes references to serializers + isort 2020-02-29 23:56:21 -06:00
__init__.py Renames project to dj-rest-auth 2020-02-29 17:59:38 -06:00
admin.py Renames project to dj-rest-auth 2020-02-29 17:59:38 -06:00
app_settings.py Fixes references to serializers + isort 2020-02-29 23:56:21 -06:00
models.py Fixes references to serializers + isort 2020-02-29 23:56:21 -06:00
serializers.py Fix if condition in LoginSerializer 2020-03-11 15:23:22 -03:00
social_serializers.py Fixes references to serializers + isort 2020-02-29 23:56:21 -06:00
urls.py Fixes references to serializers + isort 2020-02-29 23:56:21 -06:00
utils.py Fixes references to serializers + isort 2020-02-29 23:56:21 -06:00
views.py Uses new org 2020-03-01 16:42:28 -06:00