aboutsummaryrefslogtreecommitdiffstats
path: root/docs/topics/release-notes.md
diff options
context:
space:
mode:
authorTom Christie2013-06-02 20:12:49 +0100
committerTom Christie2013-06-02 20:12:49 +0100
commitb15a6ccef2e13ab3310dbe856a945bba56e21c63 (patch)
treeeedeffadf8f6fa48d339940e8bba64e33b33db7d /docs/topics/release-notes.md
parent01e80ff9f77c075a01fc84c93f511a8b16ab3045 (diff)
downloaddjango-rest-framework-b15a6ccef2e13ab3310dbe856a945bba56e21c63.tar.bz2
Serializer field 'default' argument may be a callable
Diffstat (limited to 'docs/topics/release-notes.md')
-rw-r--r--docs/topics/release-notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md
index 77cd4f9e..6eb18160 100644
--- a/docs/topics/release-notes.md
+++ b/docs/topics/release-notes.md
@@ -43,6 +43,7 @@ You can determine your currently installed version using `pip freeze`:
### Master
* Added `get_url` hook to `HyperlinkedIdentityField`.
+* Serializer field `default` argument may be a callable.
* Bugfix: The `lookup_field` option on `HyperlinkedIdentityField` should apply by default to the url field on the serializer.
* Bugfix: `HyperlinkedIdentityField` should continue to support `pk_url_kwarg`, `slug_url_kwarg`, `slug_field`, in a pending deprecation state.
* Bugfix: Ensure we always return 404 instead of 500 if a lookup field cannot be converted to the correct lookup type. (Eg non-numeric `AutoInteger` pk lookup)