Commit 85d9eb0f by Tom Christie

Update release-notes.md

parent 51359e46
...@@ -44,6 +44,7 @@ You can determine your currently installed version using `pip freeze`: ...@@ -44,6 +44,7 @@ You can determine your currently installed version using `pip freeze`:
* Add in choices information for ChoiceFields in response to `OPTIONS` requests. * Add in choices information for ChoiceFields in response to `OPTIONS` requests.
* Added `pre_delete()` and `post_delete()` method hooks. * Added `pre_delete()` and `post_delete()` method hooks.
* Bugfix: Partial updates which erronously set a related field to `None` now correctly fail validation instead of raising an exception.
* Bugfix: Responses without any content no longer include an HTTP `'Content-Type'` header. * Bugfix: Responses without any content no longer include an HTTP `'Content-Type'` header.
* Bugfix: Correctly handle validation errors in PUT-as-create case, responding with 400. * Bugfix: Correctly handle validation errors in PUT-as-create case, responding with 400.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment