django-rest-auth/dj_rest_auth
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
..
locale Compile italian language 2020-05-07 10:35:22 +02:00
registration Adds a tox.ini file and instructions in the readme for how to use it. 2020-05-16 13:41:45 -07:00
tests Adds a tox.ini file and instructions in the readme for how to use it. 2020-05-16 13:41:45 -07:00
__init__.py Renames project to dj-rest-auth 2020-02-29 17:59:38 -06:00
__version__.py Adds a tox.ini file and instructions in the readme for how to use it. 2020-05-16 13:41:45 -07:00
admin.py Renames project to dj-rest-auth 2020-02-29 17:59:38 -06:00
app_settings.py Adds a tox.ini file and instructions in the readme for how to use it. 2020-05-16 13:41:45 -07:00
models.py Use import_string for getting TokenModel instead of passing class 2020-04-15 16:26:54 +03:00
serializers.py serializers: import gettext_lazy; fixes #70 2020-05-19 19:22:42 -07:00
social_serializers.py Fixes references to serializers + isort 2020-02-29 23:56:21 -06:00
urls.py Update dj_rest_auth/urls.py 2020-04-16 00:28:14 -05:00
utils.py Adds a tox.ini file and instructions in the readme for how to use it. 2020-05-16 13:41:45 -07:00
views.py Adds a tox.ini file and instructions in the readme for how to use it. 2020-05-16 13:41:45 -07:00