aboutsummaryrefslogtreecommitdiffstats
path: root/docs/topics
diff options
context:
space:
mode:
authorTom Christie2013-05-31 12:24:36 +0100
committerTom Christie2013-05-31 12:24:36 +0100
commit363b342548a41bfdcc3358595cd9d1de288c4962 (patch)
tree62e19066a3aa677652fd8160bdf74efdcc3d6d2f /docs/topics
parentd7753123f60c6e76c732e02b9caddd57b0683a5a (diff)
downloaddjango-rest-framework-363b342548a41bfdcc3358595cd9d1de288c4962.tar.bz2
Update release notes
Diffstat (limited to 'docs/topics')
-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 2c6a1a8a..77cd4f9e 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`.
+* 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)