aboutsummaryrefslogtreecommitdiffstats
path: root/docs/topics
diff options
context:
space:
mode:
authorTom Christie2013-02-06 21:28:03 +0000
committerTom Christie2013-02-06 21:28:03 +0000
commitc18fb0d6953940f63cd8747a5ce543d31999996f (patch)
tree08915d4cf65b22ed24483f7371a36d1cd96d6482 /docs/topics
parent123c6cbc7cebf797ed0b310a5a8d398fa6323ce4 (diff)
downloaddjango-rest-framework-c18fb0d6953940f63cd8747a5ce543d31999996f.tar.bz2
Added a `post_save` hook. Closes #558.
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/release-notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md
index 70c915b7..d5f060e7 100644
--- a/docs/topics/release-notes.md
+++ b/docs/topics/release-notes.md
@@ -28,6 +28,7 @@ You can determine your currently installed version using `pip freeze`:
### Master
+* Added a `post_save()` hook to the generic views.
* Bugfix: Fix styling on browsable API login.
* Bugfix: Fix issue with deserializing empty to-many relations.
* Bugfix: Ensure model field validation is still applied for ModelSerializer subclasses with an custom `.restore_object()` method.