django-rest-framework/tests
2018-04-20 15:32:37 +02:00
..
browsable_api Fix Serializer.data when provided invalid 'data' (#5646) 2017-12-04 08:39:55 +01:00
importable
__init__.py
conftest.py Add admin to installed apps to avoid test failures. 2018-03-09 13:04:15 -05:00
models.py Test using model objects for dotted source default (#5880) 2018-03-16 14:51:37 +01:00
test_api_client.py
test_atomic_requests.py
test_authentication.py
test_authtoken.py
test_bound_fields.py Made TemplateHTMLRenderer render IntegerField inputs when value is 0. (#5834) 2018-02-16 16:48:20 +01:00
test_decorators.py Use old url_name behavior in route decorators (#5915) 2018-04-04 20:50:42 +02:00
test_description.py Upgrade isort (#5817) 2018-02-14 20:12:14 +00:00
test_encoders.py
test_exceptions.py Allow hashing of ErrorDetail to fix #5919 (#5932) 2018-04-20 15:32:37 +02:00
test_fields.py Ensure that html forms (multipart form data) respect optional fields (#5927) 2018-04-20 15:11:52 +02:00
test_filters.py
test_generics.py
test_htmlrenderer.py
test_lazy_hyperlinks.py
test_metadata.py Don't show hidden fields in metadata (#5854) 2018-03-23 22:47:10 +00:00
test_middleware.py
test_model_serializer.py #5848 Allow traversing nullable related fields (#5849) 2018-03-20 22:02:22 +01:00
test_multitable_inheritance.py Perfer iter(dict) over iter(dict.keys()) (#5736) 2018-01-08 09:49:46 +00:00
test_negotiation.py
test_one_to_one_with_inheritance.py Perfer iter(dict) over iter(dict.keys()) (#5736) 2018-01-08 09:49:46 +00:00
test_pagination.py
test_parsers.py
test_permissions.py Perfer iter(dict) over iter(dict.keys()) (#5736) 2018-01-08 09:49:46 +00:00
test_prefetch_related.py
test_relations_generic.py
test_relations_hyperlink.py
test_relations_pk.py
test_relations_slug.py
test_relations.py
test_renderers.py Import coreapi from rest_framework.compat, not directly. (#5921) 2018-04-05 15:07:49 +02:00
test_request.py Fix request formdata handling (#5800) 2018-02-05 16:24:13 +01:00
test_requests_client.py
test_response.py
test_reverse.py
test_routers.py Rework dynamic list/detail actions (#5705) 2018-01-25 09:40:49 +01:00
test_schemas.py Version 3.8 Release (#5769) 2018-04-03 15:35:26 +02:00
test_serializer_bulk_update.py
test_serializer_lists.py Ensure that html forms (multipart form data) respect optional fields (#5927) 2018-04-20 15:11:52 +02:00
test_serializer_nested.py Ensure that html forms (multipart form data) respect optional fields (#5927) 2018-04-20 15:11:52 +02:00
test_serializer.py Correct allow_null behaviour when required=False (#5888) 2018-03-20 21:24:39 +01:00
test_settings.py Fix override_settings compat (#5668) 2017-12-14 10:33:48 +01:00
test_status.py
test_templatetags.py
test_testing.py Formalize URLPatternsTestCase (#5703) 2018-01-02 11:14:25 +01:00
test_throttling.py
test_urlpatterns.py Fix format_suffix_patterns behavior with Django 2 path() routes (#5691) 2017-12-20 13:17:54 +01:00
test_utils.py Remove unused compat._resolve_model() (#5733) 2018-01-08 09:19:08 +00:00
test_validation_error.py
test_validation.py
test_validators.py Fix read_only + default unique_together validation. (#5922) 2018-04-06 15:20:54 +02:00
test_versioning.py Formalize URLPatternsTestCase (#5703) 2018-01-02 11:14:25 +01:00
test_views.py
test_viewsets.py Rework dynamic list/detail actions (#5705) 2018-01-25 09:40:49 +01:00
test_write_only_fields.py
urls.py
utils.py