diff options
| author | Tom Christie | 2013-01-03 22:14:11 +0000 | 
|---|---|---|
| committer | Tom Christie | 2013-01-03 22:14:11 +0000 | 
| commit | ad671022e1a43f91e0285f53bab64b7e33395eb3 (patch) | |
| tree | ea036eeca50441c234fdf13bb9471dc9d88db754 /README.md | |
| parent | 4223786ddcc6643bf3a3a1a100999d60c8c68060 (diff) | |
| download | django-rest-framework-ad671022e1a43f91e0285f53bab64b7e33395eb3.tar.bz2 | |
Version 2.1.152.1.15
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 13 | 
1 files changed, 13 insertions, 0 deletions
| @@ -81,6 +81,19 @@ To run the tests.  # Changelog +### 2.1.15 + +**Date**: 3rd Jan 2013 + +* 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()`. +* 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  **Date**: 31st Dec 2012 | 
