django-rest-framework/tests
Laurent De Marez fdde44d9d1 Fix parsing multipart data using a nested serializer with list (#3820)
It is possible that a key in a MultiValueDict has multiple values, lists
are represented this way. When accessing a key in a MultiValueDict
it only returns the last element of that key. This becomes a problem
when parsing an html dict with a list inside of it.

To fix this problem we have to get and set the value using .getlist()
and .setlist().
2016-06-23 16:03:24 +01:00
..
browsable_api More robust form rendering in the browsable API (#4181) 2016-06-08 17:13:20 +01:00
__init__.py Support for running the test suite with py.test 2014-03-02 12:40:30 +01:00
conftest.py Django 1.10 support. (#4158) 2016-06-01 15:31:00 +01:00
models.py Django 1.10 support. (#4158) 2016-06-01 15:31:00 +01:00
test_atomic_requests.py Merge branch 'drop-django-16' oft https://github.com/carltongibson/django-rest-framework into carltongibson-drop-django-16 2015-09-28 11:17:48 +01:00
test_authentication.py Clean up existing deprecation warnings. (#4166) 2016-06-02 14:39:10 +01:00
test_bound_fields.py Added test case for rendering nested fields with none value 2015-11-27 15:07:29 +02:00
test_decorators.py Sort imports with isort 2015-06-25 16:55:51 -04:00
test_description.py fix lint error 2016-06-01 02:04:38 +06:00
test_exceptions.py Added test case for #3908 2016-02-07 19:26:37 +03:00
test_fields.py Pass through strings as-in with DateTimeField (#4196) 2016-06-14 12:23:39 +01:00
test_filters.py Prevented unnecessary distinct() call in SearchFilter. (#3938) 2016-06-23 13:49:23 +01:00
test_generics.py Clean up existing deprecation warnings. (#4166) 2016-06-02 14:39:10 +01:00
test_htmlrenderer.py Django 1.10 support. (#4158) 2016-06-01 15:31:00 +01:00
test_metadata.py Clean up existing deprecation warnings. (#4166) 2016-06-02 14:39:10 +01:00
test_middleware.py Django 1.10 support. (#4158) 2016-06-01 15:31:00 +01:00
test_model_serializer.py Exclude read_only=True fields from unique_together validation & add docs. (#4192) 2016-06-13 13:31:12 +01:00
test_multitable_inheritance.py Clean up existing deprecation warnings. (#4166) 2016-06-02 14:39:10 +01:00
test_negotiation.py Sort imports with isort 2015-06-25 16:55:51 -04:00
test_pagination.py limit=0 should revert to default limit (#4194) 2016-06-13 16:32:43 +01:00
test_parsers.py Sort imports with isort 2015-06-25 16:55:51 -04:00
test_permissions.py Clean up existing deprecation warnings. (#4166) 2016-06-02 14:39:10 +01:00
test_relations_generic.py Clean up existing deprecation warnings. (#4166) 2016-06-02 14:39:10 +01:00
test_relations_hyperlink.py Allow relative style hyperlinked URLs 2016-06-02 15:03:17 +01:00
test_relations_pk.py Add test confirming that required=False is valid on a relational field (#4195) 2016-06-13 16:52:45 +01:00
test_relations_slug.py Clean up existing deprecation warnings. (#4166) 2016-06-02 14:39:10 +01:00
test_relations.py Fix empty pk detection in HyperlinkRelatedField.get_url 2016-03-07 19:37:48 +01:00
test_renderers.py Django 1.10 support. (#4158) 2016-06-01 15:31:00 +01:00
test_request.py Django 1.10 support. (#4158) 2016-06-01 15:31:00 +01:00
test_response.py Clean up existing deprecation warnings. (#4166) 2016-06-02 14:39:10 +01:00
test_reverse.py Django 1.10 support. (#4158) 2016-06-01 15:31:00 +01:00
test_routers.py Django 1.10 support. (#4158) 2016-06-01 15:31:00 +01:00
test_serializer_bulk_update.py Empty cases of .validated_data and .errors as lists not dicts for ListSerializer (#4180) 2016-06-08 15:55:09 +01:00
test_serializer_lists.py Proof of bug #2761 2015-09-19 10:17:57 -04:00
test_serializer_nested.py Fix parsing multipart data using a nested serializer with list (#3820) 2016-06-23 16:03:24 +01:00
test_serializer.py Add assert statement to .save() method in Serializer: 2015-09-22 11:49:51 -07:00
test_settings.py Lint import ordring 2015-12-16 18:46:23 -06:00
test_status.py Sort imports with isort 2015-06-25 16:55:51 -04:00
test_templatetags.py Sort imports with isort 2015-06-25 16:55:51 -04:00
test_testing.py Django 1.10 support. (#4158) 2016-06-01 15:31:00 +01:00
test_throttling.py Sort imports with isort 2015-06-25 16:55:51 -04:00
test_urlpatterns.py Runtests should not suppress stdout. In the context of a web app only serves to hide erronous print statements. 2015-07-16 11:50:22 +01:00
test_utils.py Clean up existing deprecation warnings. (#4166) 2016-06-02 14:39:10 +01:00
test_validation.py Clean up existing deprecation warnings. (#4166) 2016-06-02 14:39:10 +01:00
test_validators.py Robust uniqueness checks. (#4217) 2016-06-23 15:09:23 +01:00
test_versioning.py Namespace versioning with nested namespaces (#4219) 2016-06-23 16:00:11 +01:00
test_views.py Remove method and content overriding 2015-09-17 15:17:29 +01:00
test_viewsets.py Sort imports with isort 2015-06-25 16:55:51 -04:00
test_write_only_fields.py Sort imports with isort 2015-06-25 16:55:51 -04:00
urls.py Remove django.conf.urls.pattern as it'll be removed in Django 2.0 2015-06-11 00:45:23 +02:00
utils.py Django 1.10 support. (#4158) 2016-06-01 15:31:00 +01:00