django-rest-auth/rest_auth
Karl Fleischmann f1858e4ce4 Bypass AssertionErrors on nested Hyperlinked fields
Send request as context data to the UserDetailSerializer class, when
signing up. This way nested Hyperlinked serializer fields can be
correctly resolved.
2015-10-28 00:55:08 +01:00
..
registration Bypass AssertionErrors on nested Hyperlinked fields 2015-10-28 00:55:08 +01: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 fix update_session_auth_hash for django <1.7 2015-10-19 10:12:25 +02:00
test_urls.py appending all views with View 2015-08-07 13:54:45 +03:00
tests.py Flake8 style fixes 2015-04-28 10:22:08 +02:00
urls.py appending all views with View 2015-08-07 13:54:45 +03:00
utils.py Merge branch 'master' into flake8 2015-04-28 10:04:42 +02:00
views.py bugfix, request.DATA is deprecated, replaced with request.data 2015-08-07 14:31:33 +03:00