django-rest-framework/rest_framework/authtoken
2025-05-04 00:25:57 +09:00
..
management Add pyupgrade to pre-commit hooks (#9682) 2025-04-09 06:24:18 +00:00
migrations Implemented Verbose Name Translation for TokenProxy (#8713) 2022-11-27 16:45:54 +06:00
__init__.py Remove unused code 2024-04-30 18:28:22 +02:00
admin.py Revert PR that adds autocomplete_fields to TokenAdmin, as this break some use cases. (#9301) 2024-03-21 12:46:06 +00:00
apps.py Replace all usage ugettext functions with the non-u versions (#6634) 2019-05-01 07:49:54 +02:00
models.py Implemented Verbose Name Translation for TokenProxy (#8713) 2022-11-27 16:45:54 +06:00
serializers.py Update obtain_auth_token to authenticate using 'USERNAME_FIELD' and 'password' instead of 'username' and 'password' for both the built-in and custom User models 2025-03-31 02:23:56 +06:00
views.py Update obtain_auth_token to authenticate using 'USERNAME_FIELD' and 'password' instead of 'username' and 'password' for both the built-in and custom User models 2025-03-31 02:23:56 +06:00