django-rest-framework/tests
Ryan P Kilby 5009aeff18 Fields with 'allow_null=True' should imply a default serialization value (#5518)
* Add test for dotted source + allow_null

* Field 'allow_null' implies 'default=None'

* Field 'allow_null' provides serialization default
2017-10-30 10:17:53 +01:00
..
browsable_api Update links after moving to encode org 2017-04-07 10:28:35 -04:00
__init__.py Support for running the test suite with py.test 2014-03-02 12:40:30 +01:00
conftest.py Fix documentation data rendering (#5472) 2017-10-02 13:26:44 +02:00
models.py Remove DjangoFilterBackend and associated tests 2017-09-20 16:47:54 +02:00
test_api_client.py Fixed tests on Windows. Added unicode support to SlugField 2017-06-23 23:11:17 -06:00
test_atomic_requests.py Scheme fix when unauth and Flask8 lint fix 2017-05-30 00:15:07 +05:00
test_authentication.py Remove Django 1.8 & 1.9 compatibility code (#5481) 2017-10-05 20:41:38 +02:00
test_authtoken.py Fix authtoken managment command (#5415) 2017-09-12 14:03:29 +01:00
test_bound_fields.py Stop JSONBoundField mangling invalid JSON (#5526) (#5527) 2017-10-25 10:54:38 +02:00
test_compat.py Remove Django 1.8 & 1.9 compatibility code (#5481) 2017-10-05 20:41:38 +02:00
test_decorators.py Refactor schema generation to allow per-view customisation (#5354) 2017-09-14 09:46:34 +01:00
test_description.py substitute '@@' code block delimiter with triple backtick, more con… (#5513) 2017-10-20 11:39:29 +02:00
test_encoders.py JSONEncoder: Don’t strip microseconds from time 2017-09-25 10:10:44 +02:00
test_exceptions.py converted asserts of exceptions test to pytest (#4723) 2016-11-30 11:12:01 +00:00
test_fields.py Add json util wrapper, failing JSONField test 2017-09-25 09:08:20 +02:00
test_filters.py Fix dotted source ordering (#5533) 2017-10-25 11:46:21 +02:00
test_generics.py Add ValidationError to except in get_object_or_404 for django 1.11 2017-05-05 21:17:12 -04:00
test_htmlrenderer.py Remove Django 1.8 & 1.9 compatibility code (#5481) 2017-10-05 20:41:38 +02:00
test_lazy_hyperlinks.py Lazy hyperlink names (#4554) 2016-10-11 12:18:00 +01:00
test_metadata.py Add remaining tests for metadata (#4855) 2017-01-27 09:25:51 +00:00
test_middleware.py Django 1.10 support. (#4158) 2016-06-01 15:31:00 +01:00
test_model_serializer.py Remove Django 1.8 & 1.9 compatibility code (#5481) 2017-10-05 20:41:38 +02:00
test_multitable_inheritance.py flake8 fix 2017-01-04 17:54:14 +06:00
test_negotiation.py Add tests for BaseContentNegotiation 2017-01-19 12:50:17 +02:00
test_one_to_one_with_inheritance.py Remove Django 1.8 & 1.9 compatibility code (#5481) 2017-10-05 20:41:38 +02:00
test_pagination.py Add support for page_size parameter in CursorPaginator class 2017-09-25 11:25:51 +02:00
test_parsers.py Add 'STRICT_JSON' API setting. 2017-09-25 09:08:20 +02:00
test_permissions.py Remove Django 1.8 & 1.9 compatibility code (#5481) 2017-10-05 20:41:38 +02:00
test_prefetch_related.py Remove Django 1.8 & 1.9 compatibility code (#5481) 2017-10-05 20:41:38 +02:00
test_relations_generic.py converted generic relations assert to pytest style 2016-11-27 23:55:09 +06:00
test_relations_hyperlink.py converted test asserts of hyperlin relations to pytest 2017-01-21 01:41:45 +06:00
test_relations_pk.py Remove Django 1.8 & 1.9 compatibility code (#5481) 2017-10-05 20:41:38 +02:00
test_relations_slug.py fix wrong assert 2017-01-21 02:25:36 +06:00
test_relations.py Merge pull request #5174 from tadhg-ohiggins/html_cutoff_none 2017-05-29 11:54:03 +01:00
test_renderers.py Fix documentation data rendering (#5472) 2017-10-02 13:26:44 +02:00
test_request.py Remove Django 1.8 & 1.9 compatibility code (#5481) 2017-10-05 20:41:38 +02:00
test_requests_client.py Remove Django 1.8 & 1.9 compatibility code (#5481) 2017-10-05 20:41:38 +02:00
test_response.py Scheme fix when unauth and Flask8 lint fix 2017-05-30 00:15:07 +05:00
test_reverse.py Scheme fix when unauth and Flask8 lint fix 2017-05-30 00:15:07 +05:00
test_routers.py Django 2.0a1 compat (#5503) 2017-10-16 11:31:13 +02:00
test_schemas.py Schema: Exclude OPTIONS/HEAD for ViewSet actions (#5532) 2017-10-25 10:56:40 +02:00
test_serializer_bulk_update.py converted serializer bulk update test asserts to pytest (#4805) 2017-01-11 20:38:32 +00:00
test_serializer_lists.py Fix test for py32-django18. 2016-06-29 10:21:28 +03:00
test_serializer_nested.py Handle empty data with serializer (#4564) 2016-10-12 10:47:17 +01:00
test_serializer.py Fields with 'allow_null=True' should imply a default serialization value (#5518) 2017-10-30 10:17:53 +01:00
test_settings.py 3.4.0 Release (#4258) 2016-07-13 16:30:41 +01:00
test_status.py Sort imports with isort 2015-06-25 16:55:51 -04:00
test_templatetags.py [NEW] Tests for templatetags.schema_links 2017-08-17 21:14:26 +02:00
test_testing.py Force content_type inclusion in APIRequestFactory 2017-08-31 05:45:12 -04:00
test_throttling.py Throttle tests fix (#4810) 2017-01-12 17:53:48 +00:00
test_urlpatterns.py Support URLPattern and URLResolver from Django 2.0 (#5500) 2017-10-16 09:33:31 +02:00
test_utils.py Add 'STRICT_JSON' API setting. 2017-09-25 09:08:20 +02:00
test_validation_error.py more pytest style assert (#4719) 2016-11-30 09:48:33 +00:00
test_validation.py Scheme fix when unauth and Flask8 lint fix 2017-05-30 00:15:07 +05:00
test_validators.py Add remaining tests for validators (#4827) 2017-01-18 20:39:20 +00:00
test_versioning.py Django 2.0a1 compat (#5503) 2017-10-16 11:31:13 +02:00
test_views.py Use overridden settings exception handler 2017-04-06 14:05:29 -05:00
test_viewsets.py Fixed #5228 Set ViewSet args/kwargs/request before dispatch 2017-06-22 16:22:17 +03:00
test_write_only_fields.py converted validators and write_only_fields test to pytest style (#4697) 2016-11-23 14:05:34 +00:00
urls.py Remove Django 1.8 & 1.9 compatibility code (#5481) 2017-10-05 20:41:38 +02:00
utils.py Remove Django 1.8 & 1.9 compatibility code (#5481) 2017-10-05 20:41:38 +02:00