Prepare release 1.0.6

This commit is contained in:
Cristi Vîjdea
2017-12-23 12:29:34 +01:00
parent 313d122004
commit 73adc49b2c
2 changed files with 15 additions and 4 deletions
+11
View File
@@ -3,6 +3,17 @@ Changelog
#########
*********
**1.0.6**
*********
- **FIXED:** Swagger UI "Try it out!" should now work with Django login
- **FIXED:** callable ``default`` values on serializer fields will now be properly called (:pr:`24`, :issue:`25`)
- **IMPROVED:** updated ``swagger-ui`` to version 3.8.0
- **IMPROVED:** ``PrimaryKeyRelatedField`` and ``SlugRelatedField`` will now have
appropriate types based on the related model (:pr:`26`)
- **IMPROVED:** mock views will now have a bound request even with ``public=False`` (:pr:`23`)
*********
**1.0.5**
*********