django-rest-framework/rest_framework/authtoken
Xavier Ordoquy 9e8ddb88fc Restore the abstract on Token model when the app isn't declared
The fact that we don't import Token from authentication doesn't invalidate
the need for the model to be abstract whenever the authtoken isn't listed
in the INSTALLED_APPS.
2016-01-21 13:28:32 +01:00
..
migrations Sort imports with isort 2015-06-25 16:55:51 -04:00
__init__.py Change package name: djangorestframework -> rest_framework 2012-09-20 13:06:27 +01:00
admin.py Cleanup import following PEP 8 style guide 2015-06-25 16:10:17 -04:00
models.py Restore the abstract on Token model when the app isn't declared 2016-01-21 13:28:32 +01:00
serializers.py Use serializers.ValidationError 2015-09-30 21:09:37 -05:00
views.py Add extra args/kwargs to authtoken's views (#3718) 2015-12-11 07:16:04 +01:00