drf-yasg/src/drf_yasg/inspectors
Cristi Vîjdea e0aec3ff45 Test that get_serializer is not called when overriden
Views' ``get_serializer`` methods should not be called when the serializer is provided by ``request_body`` or ``responses``.

Closes #154
2018-06-29 17:41:41 +03:00
..
__init__.py Django rest framework recursive support (#110) 2018-04-27 01:51:10 +03:00
base.py Allow body on HTTP DELETE view methods (#122) 2018-05-14 19:15:14 +03:00
field.py Handle swagger_extra_fields in field_to_swagger_object (#142) 2018-06-16 17:02:06 +03:00
query.py Handle coreapi Fields without a schema attribute 2018-06-16 15:08:59 +03:00
view.py Test that get_serializer is not called when overriden 2018-06-29 17:41:41 +03:00