aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Christie2013-01-03 22:11:50 +0000
committerTom Christie2013-01-03 22:11:50 +0000
commit4223786ddcc6643bf3a3a1a100999d60c8c68060 (patch)
tree0d1b930ea077a5a386d2300c4f00b1a7b356f928
parent7ed81c3c66cf57c7ea0f4844c6f8206fcc171a2e (diff)
downloaddjango-rest-framework-4223786ddcc6643bf3a3a1a100999d60c8c68060.tar.bz2
Tweak release notes.
-rw-r--r--docs/topics/release-notes.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md
index 6230d39e..eed9e1df 100644
--- a/docs/topics/release-notes.md
+++ b/docs/topics/release-notes.md
@@ -21,10 +21,11 @@ Major version numbers (x.0.0) are reserved for project milestones. No major poi
* Added `PATCH` support.
* Added `RetrieveUpdateAPIView`.
* Relation changes are now persisted in `save` instead of in `.restore_object`.
-* Cleanup unused internal `save_m2m` flag on `ModelSerializer.save()`.
+* Remove unused internal `save_m2m` flag on `ModelSerializer.save()`.
* Tweak behavior of hyperlinked fields with an explicit format suffix.
* Relation changes are now persisted in `.save()` instead of in `.restore_object()`.
-* Bugfix: Fix issue with FileField validation with files=None.
+* Bugfix: Fix issue with FileField raising exception instead of validation error when files=None.
+* Bugfix: Partial updates should not set default values if field is not included.
### 2.1.14