Sean Farley
2a6fb3a873
serializers: import gettext_lazy; fixes #70
...
Per Django's warning, ugettext_lazy will be removed in a future version.
2020-05-19 19:22:42 -07:00
Michael
0be5b2dd15
Fixes no-user issue
2020-05-11 19:39:33 -05:00
Mahmoud Adel
5f137da930
make token validation in PasswordResetConfirmSerializer is the first thing to do in validate() method
2020-05-10 18:05:30 +02:00
Jonathan Henrique Maia de Moraes
3304a6b3d3
Fix JWTSerializer USER_DETAILS_SERIALIZER import
...
Related to #30
2020-04-03 14:50:02 -03:00
Michael
27226223f4
Merge pull request #3 from alichass/master
...
Replacing rest_framework_jwt with django-rest-framework-simplejwt
2020-03-22 06:27:54 -05:00
Mathias Lantean
e198f8dddb
Fix if condition in LoginSerializer
...
As there is no reference to 'rest_auth.registration' this condition always validates to False.
We should check if 'dj_rest_auth.registration' is in INSTALLED_APPS.
2020-03-11 15:23:22 -03:00
alichass
9bbc4a3014
change standard auth stuff to work with simplejwt
2020-03-11 06:01:03 -04:00
Michael
8bc9ba8c8a
Fixes references to serializers + isort
2020-02-29 23:56:21 -06:00
Michael
a87a458ccf
Removes six
2020-02-29 20:30:21 -06:00
Michael
92cc9c18ec
Renames project to dj-rest-auth
2020-02-29 17:59:38 -06:00