drf-yasg/testproj
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
..
articles Detect type of SlugRelatedField with readonly=True (#83) 2018-03-10 13:29:20 +02:00
people Fix schema generation with OneToOneFields (#81) 2018-03-18 19:30:36 +02:00
snippets Allow Response objects with no schema 2018-02-22 03:46:44 +02:00
testproj Fix schema generation with OneToOneFields (#81) 2018-03-18 19:30:36 +02:00
todo Handle django rest framework HiddenField (#79) 2018-03-09 22:46:47 +02:00
users Add security requirements handling (#54) 2018-01-23 12:43:25 +02:00
createsuperuser.py Run testproj in a Heroku demo app (#38) 2018-01-10 10:18:22 +01:00
manage.py Run testproj in a Heroku demo app (#38) 2018-01-10 10:18:22 +01:00
requirements.txt Add Django and djangorestframework to install requirements 2018-01-11 20:41:12 +01:00