drf-yasg/testproj/articles
werwty 408b31fc4f Avoid marking read_only fields as required (#133)
* Avoid marking read_only fields as required

Read only properties cannot be marked as required by a schema.
2018-05-30 21:56:52 +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 Avoid marking read_only fields as required (#133) 2018-05-30 21:56:52 +03:00
urls.py Rewrite schema generation (#1) 2017-12-05 19:46:02 +01:00
views.py Test with Django Rest Framework 3.8 (#96) 2018-04-04 22:59:57 +03:00