drf-yasg/requirements
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
..
base.txt Rewrite schema generation (#1) 2017-12-05 19:46:02 +01:00
ci.txt Rewrite schema generation (#1) 2017-12-05 19:46:02 +01:00
dev.txt Rewrite schema generation (#1) 2017-12-05 19:46:02 +01:00
test.txt Add suport for Response schemas (#10) 2017-12-10 03:06:49 +01:00
validation.txt Rewrite schema generation (#1) 2017-12-05 19:46:02 +01:00