parent
b8512bda8e
commit
1fe8c2c03c
|
|
@ -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**
|
||||||
**********
|
**********
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
import six
|
|
||||||
|
|
||||||
import inspect
|
import inspect
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue