aboutsummaryrefslogtreecommitdiffstats
path: root/docs/topics/release-notes.md
diff options
context:
space:
mode:
authorTom Christie2013-01-28 12:58:22 +0000
committerTom Christie2013-01-28 12:58:22 +0000
commit141814585c72828f099a76c54bf2a5191833fc04 (patch)
tree5947782aa913a0d426b03b3d95e722f1b93f2078 /docs/topics/release-notes.md
parenta3a06d11cc39da55d34f99e272bf092a2dcd4c5c (diff)
downloaddjango-rest-framework-141814585c72828f099a76c54bf2a5191833fc04.tar.bz2
Update release notes
Diffstat (limited to 'docs/topics/release-notes.md')
-rw-r--r--docs/topics/release-notes.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md
index 945d4018..a6de1188 100644
--- a/docs/topics/release-notes.md
+++ b/docs/topics/release-notes.md
@@ -28,7 +28,8 @@ You can determine your currently installed version using `pip freeze`:
### Master
-* Fix styling on browsable API login.
+* Bugfix: Fix styling on browsable API login.
+* Bugfix: Ensure model field validation is still applied for ModelSerializer subclasses with an custom `.restore_object()` method.
### 2.1.17