diff options
| author | Tom Christie | 2013-05-30 11:47:21 +0100 |
|---|---|---|
| committer | Tom Christie | 2013-05-30 11:47:21 +0100 |
| commit | 2e566ade39d68819cbd6685adadb49cfd81644ba (patch) | |
| tree | 709f4aa893d04d099c7f7cab6c35c323fba5822e /docs/topics/release-notes.md | |
| parent | 441cdf80653446254703dc23e831b21036f22b31 (diff) | |
| download | django-rest-framework-2e566ade39d68819cbd6685adadb49cfd81644ba.tar.bz2 | |
Release notes
Diffstat (limited to 'docs/topics/release-notes.md')
| -rw-r--r-- | docs/topics/release-notes.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md index fb14cf5f..2c6a1a8a 100644 --- a/docs/topics/release-notes.md +++ b/docs/topics/release-notes.md @@ -40,6 +40,12 @@ You can determine your currently installed version using `pip freeze`: ## 2.3.x series +### Master + +* Added `get_url` hook to `HyperlinkedIdentityField`. +* 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) + ### 2.3.4 **Date**: 24th May 2013 |
