django-rest-auth/dj_rest_auth
Rami Chowdhury 506912f832 Move import inside response method
This is not idiomatic, but I don't see another neat way to move it out
of the top level and still handle testing / other situations where the
settings are modified on-the-fly.
2020-04-14 15:20:43 -04:00
..
locale Uses new org 2020-03-01 16:42:28 -06:00
registration update registration views to work with simplejwt 2020-03-11 06:05:11 -04:00
tests changed invalid or expired and blacklisted errors to 401 2020-04-09 21:00:48 -04: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 Bumps version, fixes import ordering 2020-03-28 11:09:07 -05:00
models.py Fixes references to serializers + isort 2020-02-29 23:56:21 -06:00
serializers.py Fix JWTSerializer USER_DETAILS_SERIALIZER import 2020-04-03 14:50:02 -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 Support for Http-Only JWT Cookies 2020-03-22 05:41:16 -05:00
views.py Move import inside response method 2020-04-14 15:20:43 -04:00