drf-yasg/tests
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
..
urlconfs Rename to drf-yasg 2017-12-13 10:22:03 +01:00
conftest.py Improve RelatedField and callable default handling 2017-12-23 11:52:57 +01:00
reference.yaml Improve RelatedField and callable default handling 2017-12-23 11:52:57 +01:00
test_api_view.py Rename to drf-yasg 2017-12-13 10:22:03 +01:00
test_generic_api_view.py Rewrite schema generation (#1) 2017-12-05 19:46:02 +01:00
test_generic_viewset.py Fix test to account for changed description 2017-12-17 02:36:48 +01:00
test_reference_schema.py Improve RelatedField and callable default handling 2017-12-23 11:52:57 +01:00
test_referenceresolver.py Rename to drf-yasg 2017-12-13 10:22:03 +01:00
test_renderer_settings.py Rename to drf-yasg 2017-12-13 10:22:03 +01:00
test_schema_generator.py Improve RelatedField and callable default handling 2017-12-23 11:52:57 +01:00
test_schema_structure.py Rewrite schema generation (#1) 2017-12-05 19:46:02 +01:00
test_schema_views.py Fix broken SwaggerDict pickling (#15) 2017-12-15 18:47:10 +01:00
test_swaggerdict.py Rename to drf-yasg 2017-12-13 10:22:03 +01:00