drf-yasg/testproj/articles
Cristi Vîjdea 9f6ee4da87 Improve RelatedField and callable default handling
- callable default values will now be properly called 
  - PrimaryKeyRelatedField and SlugRelatedField will now return an appropriate type based on the relation model's Field
  - mock views now have a request object bound even when public is True
2017-12-23 11:52:57 +01:00
..
migrations Improve RelatedField and callable default handling 2017-12-23 11:52:57 +01:00
__init__.py Rewrite schema generation (#1) 2017-12-05 19:46:02 +01:00
models.py Improve RelatedField and callable default handling 2017-12-23 11:52:57 +01:00
serializers.py Improve RelatedField and callable default handling 2017-12-23 11:52:57 +01:00
urls.py Rewrite schema generation (#1) 2017-12-05 19:46:02 +01:00
views.py Improve RelatedField and callable default handling 2017-12-23 11:52:57 +01:00