django-rest-framework/tests
Ryan P Kilby 8a38991d6a
Fix SearchFilter.must_call_distinict for annotation+m2m (#7146)
* Test SearchFilter annotation+m2m distinct

* Fix SearchFilter annotation+m2m distinct
2020-05-11 10:55:39 +01:00
..
authentication decode base64 credentials as utf8; adjust tests (#7193) 2020-02-17 16:10:52 +00:00
browsable_api
generic_relations
importable Fix lazy translation of ListField errors (#6708) 2019-05-22 19:41:53 -07:00
schemas Convert openapi.AutoSchema methods to public API. 2020-04-09 20:05:16 +02:00
__init__.py
conftest.py Django 3 compat (#7058) 2019-11-21 11:55:53 +00:00
models.py Replace all usage ugettext functions with the non-u versions (#6634) 2019-05-01 07:49:54 +02:00
test_api_client.py
test_atomic_requests.py
test_authtoken.py
test_bound_fields.py
test_decorators.py Minor test improvements (#7297) 2020-04-29 11:21:42 +01:00
test_description.py
test_encoders.py JSONEncoder: ensure empty listlikes remain lists, not dicts (#6794) 2019-07-09 11:41:05 +01:00
test_exceptions.py Replace all usage ugettext functions with the non-u versions (#6634) 2019-05-01 07:49:54 +02:00
test_fields.py Make CharField prohibit surrogate characters (#7026) (#7067) 2020-01-06 14:12:21 +00:00
test_filters.py Fix SearchFilter.must_call_distinict for annotation+m2m (#7146) 2020-05-11 10:55:39 +01:00
test_generics.py Allow context to be provided to get_serializer (#7298) 2020-04-29 11:19:44 +01:00
test_htmlrenderer.py
test_lazy_hyperlinks.py
test_metadata.py
test_middleware.py
test_model_serializer.py Changed hardcoded /tmp/ directory to autodetect from system (#7292) 2020-04-29 11:20:02 +01:00
test_multitable_inheritance.py
test_negotiation.py
test_one_to_one_with_inheritance.py
test_pagination.py Added example for pagination in schemas. (#7275) 2020-04-24 16:13:13 +02:00
test_parsers.py
test_permissions.py Pass custom code to PermissionDenied if permission class had one set (#7306) 2020-05-01 10:22:36 +01:00
test_prefetch_related.py
test_relations_hyperlink.py
test_relations_pk.py
test_relations_slug.py
test_relations.py Django 3 compat (#7058) 2019-11-21 11:55:53 +00:00
test_renderers.py Minor test improvements (#7297) 2020-04-29 11:21:42 +01:00
test_request.py Minor test improvements (#7297) 2020-04-29 11:21:42 +01:00
test_requests_client.py
test_response.py
test_reverse.py
test_routers.py Update framework deprecation warnings (#7075) 2019-12-04 16:18:38 -08:00
test_serializer_bulk_update.py
test_serializer_lists.py Enforce allow_empty=False during partial validation of parent serializer (#6512) 2019-07-01 13:30:16 +01:00
test_serializer_nested.py Fix nested write of non-relational fields (#6916) 2019-10-03 09:33:37 -07:00
test_serializer.py Fix serializer multiple inheritance bug (#6980) 2019-12-12 14:03:55 +00:00
test_settings.py
test_status.py
test_templates.py
test_templatetags.py Fix typos (#6835) 2019-07-25 10:04:01 -07:00
test_testing.py
test_throttling.py Handle 'None' return value of wait() properly during throttling. (#6837) 2019-08-12 11:36:05 -07:00
test_urlpatterns.py
test_utils.py Fix typos (#6835) 2019-07-25 10:04:01 -07:00
test_validation_error.py
test_validation.py
test_validators.py Fix UniqueTogetherValidator with field sources (#7086) 2019-12-12 13:02:30 +00:00
test_versioning.py
test_views.py
test_viewsets.py Minor test improvements (#7297) 2020-04-29 11:21:42 +01:00
test_write_only_fields.py
urls.py
utils.py