aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Groß2013-01-05 11:20:36 +0100
committerStephan Groß2013-01-05 11:20:36 +0100
commit8a4e2c172570933fb6da86dc9eae69027ffb6f33 (patch)
tree4e2862442d68b1043678ebcd9ad1c9e0bcdc6ff1
parent26f9acb45ac0dcd1363399f518834c56d3f9984d (diff)
downloaddjango-rest-framework-8a4e2c172570933fb6da86dc9eae69027ffb6f33.tar.bz2
removed duplicate entry in 2.1.15
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index cb91d018..8a9149cf 100644
--- a/README.md
+++ b/README.md
@@ -87,10 +87,9 @@ To run the tests.
* Added `PATCH` support.
* Added `RetrieveUpdateAPIView`.
-* Relation changes are now persisted in `save` instead of in `.restore_object`.
+* 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()`.
* 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.