drf-yasg/testproj/snippets
Cristi Vîjdea bfced82ae4
Add suport for Response schemas (#10)
Schemas generated from Serializers will now be added to the `definitions` section by default, and used as `$ref` objects where needed.  
The Schema definition name is based on the serializer class name, and can be overriden by specifying a `__ref_name__` property on the Serializer. If this property is set to None, the schema will not be added to `definitions` and will be forced inline.

Closes #6, #7.
2017-12-10 03:06:49 +01:00
..
migrations Rewrite schema generation (#1) 2017-12-05 19:46:02 +01:00
__init__.py Initial implementation as coreapi wrapper 2017-11-30 04:23:56 +01:00
admin.py Fix python 3.7 -> 3.7-dev and add flake8 testing 2017-12-02 23:48:58 +01:00
models.py Rewrite schema generation (#1) 2017-12-05 19:46:02 +01:00
serializers.py Add suport for Response schemas (#10) 2017-12-10 03:06:49 +01:00
urls.py Initial implementation as coreapi wrapper 2017-11-30 04:23:56 +01:00
views.py Add suport for Response schemas (#10) 2017-12-10 03:06:49 +01:00