mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-11 04:07:39 +03:00
Release notes
This commit is contained in:
parent
441cdf8065
commit
2e566ade39
|
@ -40,6 +40,12 @@ You can determine your currently installed version using `pip freeze`:
|
||||||
|
|
||||||
## 2.3.x series
|
## 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
|
### 2.3.4
|
||||||
|
|
||||||
**Date**: 24th May 2013
|
**Date**: 24th May 2013
|
||||||
|
|
Loading…
Reference in New Issue
Block a user