Add 1.12.1 changelog

master 1.12.1
Cristi Vîjdea 2018-12-28 16:24:11 +02:00
parent b8512bda8e
commit 1fe8c2c03c
2 changed files with 11 additions and 2 deletions

View File

@ -2,6 +2,17 @@
Changelog Changelog
######### #########
**********
**1.12.1**
**********
*Release date: Dec 28, 2018*
- **IMPROVED:** updated ``ReDoc`` to version 2.0.0-rc.0
- **FIXED:** management command will now correctly fall back to ``DEFAULT_VERSION`` for mock request
- **FIXED:** fixed bad "raised exception during schema generation" warnings caused by missing ``self`` parameter
********** **********
**1.12.0** **1.12.0**
********** **********

View File

@ -1,5 +1,3 @@
import six
import inspect import inspect
import logging import logging