diff options
| author | Tom Christie | 2013-01-03 21:50:28 +0000 | 
|---|---|---|
| committer | Tom Christie | 2013-01-03 21:50:28 +0000 | 
| commit | a122856d4610492670838298e40a2081f5ef9f75 (patch) | |
| tree | 50bb736492ad7ba3d7d6c19ec77aaa38b3c6e351 | |
| parent | bfea7f64ee66cf96c6802ab68d03983aa5bf997f (diff) | |
| download | django-rest-framework-a122856d4610492670838298e40a2081f5ef9f75.tar.bz2 | |
Tweak behavior of hyperlinked fields with an explicit format suffix.
| -rw-r--r-- | docs/topics/release-notes.md | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md index b5d5ae02..6230d39e 100644 --- a/docs/topics/release-notes.md +++ b/docs/topics/release-notes.md @@ -22,6 +22,7 @@ Major version numbers (x.0.0) are reserved for project milestones.  No major poi  * Added `RetrieveUpdateAPIView`.  * Relation changes are now persisted in `save` instead of in `.restore_object`.  * Cleanup 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. | 
