django-rest-framework/rest_framework/authtoken
Marlon 670b0b710b Use serializers.ValidationError
Per django rest framework docs, and to prevent confusion with Django's ValidationError, `serializers.ValidationError` is preferred to `exceptions.ValidationError`.
2015-09-30 21:09:37 -05:00
..
migrations Sort imports with isort 2015-06-25 16:55:51 -04:00
south_migrations Use the proper db_table argument when constructing meta 2015-01-27 19:30:44 -08: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 Sort imports with isort 2015-06-25 16:55:51 -04:00
serializers.py Use serializers.ValidationError 2015-09-30 21:09:37 -05:00
views.py Sort imports with isort 2015-06-25 16:55:51 -04:00