diff options
| author | Tom Christie | 2013-06-02 20:40:56 +0100 | 
|---|---|---|
| committer | Tom Christie | 2013-06-02 20:40:56 +0100 | 
| commit | 27d8b848bc474467fbfca29be6a9f8e22250fba0 (patch) | |
| tree | fe5f18c02be6ea4a18b5f697621fc1dab0fe68d2 /docs/topics | |
| parent | b15a6ccef2e13ab3310dbe856a945bba56e21c63 (diff) | |
| parent | 112b52f57e8f5a4a54e2b0c40f442ee63daf9709 (diff) | |
| download | django-rest-framework-27d8b848bc474467fbfca29be6a9f8e22250fba0.tar.bz2 | |
Add notes on 'method' argument to '@action' decorator
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/release-notes.md | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md index 6eb18160..005538ae 100644 --- a/docs/topics/release-notes.md +++ b/docs/topics/release-notes.md @@ -44,6 +44,7 @@ You can determine your currently installed version using `pip freeze`:  * Added `get_url` hook to `HyperlinkedIdentityField`.  * Serializer field `default` argument may be a callable. +* `@action` decorator now accepts a `methods` argument.  * 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)  | 
