diff options
| author | Tom Christie | 2013-08-19 08:54:48 +0100 |
|---|---|---|
| committer | Tom Christie | 2013-08-19 08:54:48 +0100 |
| commit | 34d65119fc1c200b76a8af7213a92d6b279bd478 (patch) | |
| tree | 44bd2b886b3ee3b7bc8426c3e191a965a26e3afc /docs | |
| parent | 3a99b0af5074bfae90ec3986f277720df5a13583 (diff) | |
| download | django-rest-framework-34d65119fc1c200b76a8af7213a92d6b279bd478.tar.bz2 | |
Update release notes.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/release-notes.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md index 624d9acd..52abfc08 100644 --- a/docs/topics/release-notes.md +++ b/docs/topics/release-notes.md @@ -40,6 +40,10 @@ You can determine your currently installed version using `pip freeze`: ## 2.3.x series +### Master + +* Support customizable view name and description functions, using the `VIEW_NAME_FUNCTION` and `VIEW_DESCRIPTION_FUNCTION` settings. + ### 2.3.7 **Date**: 16th August 2013 |
