drf-yasg/tests
ko-pp 309a6eb8cd Fix schema generation with OneToOneFields (#81)
* Fix: OneToOneRel, used by OneToOneField doesn't have help_text nor primary_key attributes, thus breaking OpenAPISchemaGenerator; use hasattr() as safe-guard.
* Fix: use getattr() with a default value instead of hasattr() + acessing the value
* Add: 'people' app that breaks drf_yasg without previous commits
* Update tests/references.yaml + run isort and flake8
* Fix: set on_delete for Person.identity as Django-2+ requires it
2018-03-18 19:30:36 +02:00
..
urlconfs Improve host, schemes and basePath handling (#42) 2018-01-12 03:37:04 +01:00
conftest.py Fix test_noop_inspectors 2017-12-27 20:23:21 +01:00
reference.yaml Fix schema generation with OneToOneFields (#81) 2018-03-18 19:30:36 +02:00
test_management.py Fix isort inconsistency 2017-12-27 20:47:32 +01:00
test_reference_schema.py Fix ModelViewSet Nested bug (#65) 2018-02-22 03:46:16 +02: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 Fix in-place modification of swagger_auto_schema arguments (#75) 2018-03-05 11:51:51 +02:00
test_schema_views.py Clean up and release 1.1.3 2018-01-02 22:27:09 +01:00
test_swaggerdict.py Rename to drf-yasg 2017-12-13 10:22:03 +01:00
test_versioning.py Improve host, schemes and basePath handling (#42) 2018-01-12 03:37:04 +01:00