Skip to content

1.7.0

Compare
Choose a tag to compare
@axnsan12 axnsan12 released this 26 Apr 22:54
· 384 commits to master since this release
  • ADDED: added integration with djangorestframework-recursive (#109, #110, thanks to @rsichny)

    NOTE: in order for this to work, you will have to add the new drf_yasg.inspectors.RecursiveFieldInspector to your DEFAULT_FIELD_INSPECTORS array if you changed it from the default value

  • FIXED: SchemaRef now supports cyclical references via the ignore_unresolved argument