Commit a122856d by Tom Christie

Tweak behavior of hyperlinked fields with an explicit format suffix.

parent bfea7f64
...@@ -22,6 +22,7 @@ Major version numbers (x.0.0) are reserved for project milestones. No major poi ...@@ -22,6 +22,7 @@ Major version numbers (x.0.0) are reserved for project milestones. No major poi
* Added `RetrieveUpdateAPIView`. * 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`.
* Cleanup unused internal `save_m2m` flag on `ModelSerializer.save()`. * 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()`. * Relation changes are now persisted in `.save()` instead of in `.restore_object()`.
* Bugfix: Fix issue with FileField validation with files=None. * Bugfix: Fix issue with FileField validation with files=None.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment