Update swagger-ui to 3.18.0

This commit is contained in:
Cristi Vîjdea
2018-08-06 18:57:47 +03:00
parent 247c1a306a
commit 3f2d2871f0
7 changed files with 22 additions and 20 deletions
+2
View File
@@ -15,6 +15,8 @@ Changelog
*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 ``operation_summary`` and ``deprecated`` arguments to ``swagger_auto_schema``
(:issue:`149`, :issue:`173`)