drf-yasg/testproj/people/migrations
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
..
0001_initial.py Fix schema generation with OneToOneFields (#81) 2018-03-18 19:30:36 +02:00
0002_auto_20180318_1704.py Fix schema generation with OneToOneFields (#81) 2018-03-18 19:30:36 +02:00
__init__.py Fix schema generation with OneToOneFields (#81) 2018-03-18 19:30:36 +02:00