django-rest-framework/rest_framework/tests
John Whitlock 34c1da3515 ModelSerializer.restore_object - errors as list
When a ValueError is raised in ModelSerializer.restore_object, the error
is set to a one-element list, rather than a bare string.
2014-08-13 15:31:25 -05:00
..
accounts
extras
records
users
__init__.py
description.py
models.py Charfied from_native method returns default instead of None. Updated tests. 2014-05-06 21:57:25 +03:00
serializers.py
test_authentication.py Updated test docstring related to missing bearer token. 2014-07-25 13:38:42 +00:00
test_breadcrumbs.py
test_decorators.py
test_description.py
test_fields.py Merge pull request #1536 from Ian-Foote/choicefield_blank_display_value 2014-05-20 16:03:51 +01:00
test_files.py
test_filters.py
test_genericrelations.py
test_generics.py Added help_text to expected response in test 2014-04-29 22:16:11 +02:00
test_htmlrenderer.py
test_hyperlinkedserializers.py
test_multitable_inheritance.py
test_negotiation.py
test_nullable_fields.py
test_pagination.py
test_parsers.py
test_permissions.py
test_relations_hyperlink.py
test_relations_nested.py
test_relations_pk.py
test_relations_slug.py
test_relations.py
test_renderers.py
test_request.py
test_response.py
test_reverse.py
test_routers.py
test_serializer_bulk_update.py
test_serializer_empty.py
test_serializer_import.py
test_serializer_nested.py
test_serializer.py ModelSerializer.restore_object - errors as list 2014-08-13 15:31:25 -05:00
test_serializers.py Fix _resolve_model to work with unicode strings 2014-05-22 15:18:51 -06:00
test_settings.py
test_status.py
test_templatetags.py
test_testing.py
test_throttling.py
test_urlizer.py
test_urlpatterns.py
test_validation.py
test_views.py Fixed tests for python 3.4 2014-05-16 01:20:40 +02:00
test_write_only_fields.py
tests.py
utils.py
views.py