django-rest-auth/rest_auth
Sebastian Pütz a68fb24ab7 Corner case handling for non existing email address
Special handling if there is no corresponding email address object for the EmailAddress model,
this could happen if the rest_auth app has been installed after some users had already been created.
2020-02-19 14:08:22 +01:00
..
locale Merge pull request #313 from aspyct/feature/fr_localization 2019-04-18 20:02:52 +02:00
registration Flake8 fix - unused import 2018-01-20 20:25:58 -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 Corner case handling for non existing email address 2020-02-19 14:08:22 +01: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 Merge pull request #345 from gbezyuk/master 2019-03-16 14:57:01 +01:00