django-rest-auth/rest_auth
Nikolay Golub f43a6b8d58 move SocialAccount population to the separate method in the SocialLoginSerializer.
It makes easier to get the correct signup for custom user models, because application can subclass SocialLoginSeriaLizer and add required fields to the instance.
2015-07-23 22:22:39 +03:00
..
registration move SocialAccount population to the separate method in the SocialLoginSerializer. 2015-07-23 22:22:39 +03:00
__init__.py First commit. 2014-04-30 12:52:05 -07:00
admin.py First commit. 2014-04-30 12:52:05 -07:00
app_settings.py adding static code analysis 2015-04-28 10:04:20 +02:00
django_test_urls.py adding static code analysis 2015-04-28 10:04:20 +02:00
models.py First commit. 2014-04-30 12:52:05 -07:00
serializers.py Flake8 style fixes 2015-04-28 10:22:08 +02:00
test_urls.py adding static code analysis 2015-04-28 10:04:20 +02:00
tests.py Flake8 style fixes 2015-04-28 10:22:08 +02:00
urls.py adding static code analysis 2015-04-28 10:04:20 +02:00
utils.py Merge branch 'master' into flake8 2015-04-28 10:04:42 +02:00
views.py Flake8 style fixes 2015-04-28 10:22:08 +02:00