aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Christie2013-01-03 14:22:35 -0800
committerTom Christie2013-01-03 14:22:35 -0800
commit9b1532b1ea2dcc5d945ebe665093d75bd9d5fa61 (patch)
tree1c5c50f561f4858dc92c3ea636248cc99bc7f897
parentad671022e1a43f91e0285f53bab64b7e33395eb3 (diff)
parent466d4584ae64e73713a56144b6c2128e76e0f5b6 (diff)
downloaddjango-rest-framework-9b1532b1ea2dcc5d945ebe665093d75bd9d5fa61.tar.bz2
Merge pull request #548 from maspwr/master
Remove duplicate release notes line
-rw-r--r--docs/topics/release-notes.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md
index 3b13f86f..c073c03b 100644
--- a/docs/topics/release-notes.md
+++ b/docs/topics/release-notes.md
@@ -22,7 +22,6 @@ 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`.
* 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()`.