django-rest-auth/rest_auth
Christopher Dignam e46ffd7341 Return 403 instead of 500 error for disconnect view
When a user only has a social account associated with them and they
attempt to disconnect it, we should return a 403 error, not a 500 error.
2018-01-28 13:51:53 -05:00
..
locale polish translation 2017-03-11 15:50:27 +01:00
registration Return 403 instead of 500 error for disconnect view 2018-01-28 13:51:53 -05:00
tests Update configs and changelog for version 0.9.3 + additional fixes 2018-01-19 19:44:31 -05: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 Merge branch 'master' into jwt-support 2016-02-15 23:35:32 -05:00
models.py Add support for custom Token model 2016-01-02 15:59:06 -02:00
serializers.py Prevent double-validation in LoginSerializer 2017-11-25 14:10:44 -08:00
social_serializers.py Refactor social connect views and serializers 2018-01-18 21:08:41 -05:00
urls.py closes PR #134 and adds same syntax to demo 2016-01-04 16:29:47 -08:00
utils.py Compile translations and small text fixes 2016-12-22 11:57:23 -08:00
views.py Handle extra args and kwargs in all POST endpoints 2017-10-24 20:14:12 -04:00