drf-yasg/testproj/articles
Rémi Lapeyre d41f0c5ac4 Set x-nullable based on allow_null (#217)
Many fields may be set a nullable in an API. While not covered explicitly by Swagger 2, this information is usually indicated as a [vendor extension](https://swagger.io/docs/specification/2-0/swagger-extensions/) using the x-nullable field.
2018-10-10 01:24:42 +03:00
..
migrations Reset testproj migrations 2018-03-18 20:35:02 +02:00
__init__.py Rewrite schema generation (#1) 2017-12-05 19:46:02 +01:00
models.py Detect type of SlugRelatedField with readonly=True (#83) 2018-03-10 13:29:20 +02:00
serializers.py Set x-nullable based on allow_null (#217) 2018-10-10 01:24:42 +03:00
urls.py Rewrite schema generation (#1) 2017-12-05 19:46:02 +01:00
views.py Fix bad test for no_body 2018-09-09 23:14:09 +03:00