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. |
||
|---|---|---|
| .. | ||
| conftest.py | ||
| reference.yaml | ||
| test_api_view.py | ||
| test_generic_api_view.py | ||
| test_generic_viewset.py | ||
| test_reference_schema.py | ||
| test_referenceresolver.py | ||
| test_schema_generator.py | ||
| test_schema_structure.py | ||
| test_schema_views.py | ||
| test_swaggerdict.py | ||