From 8a4e2c172570933fb6da86dc9eae69027ffb6f33 Mon Sep 17 00:00:00 2001 From: Stephan Groß Date: Sat, 5 Jan 2013 11:20:36 +0100 Subject: removed duplicate entry in 2.1.15 --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'README.md') 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. -- cgit v1.2.3