github axnsan12/drf-yasg 1.10.0

latest releases: 1.21.7, v1.21.6, 1.21.6...
5 years ago
  • ADDED: added EXCLUDED_MEDIA_TYPES setting for controlling produces MIME type filtering (#158)
  • ADDED: added support for SerializerMethodField, via the swagger_serializer_method decorator for the method field, and support for Python 3.5 style type hinting of the method field return type (#137, #175, #179)
    NOTE: in order for this to work, you will have to add the new drf_yasg.inspectors.SerializerMethodFieldInspector to your DEFAULT_FIELD_INSPECTORS array if you changed it from the default value
  • IMPROVED: updated swagger-ui to version 3.18.0
  • IMPROVED: added support for Python 3.7 and Django 2.1 (#176)
  • IMPROVED: swagger_schema_fields will now also work on serializer Fields (#167)
  • IMPROVED: ref_name collisions will now log a warning message (#156)
  • IMPROVED: added operation_summary and deprecated arguments to swagger_auto_schema (#149, #173)
  • FIXED: made swagger_auto_schema work with DRF 3.9 @action mappings (#177)

Don't miss a new drf-yasg release

NewReleases is sending notifications on new releases.