diff options
| author | Tom Christie | 2013-04-29 12:08:21 +0100 | 
|---|---|---|
| committer | Tom Christie | 2013-04-29 12:08:21 +0100 | 
| commit | 70831ad0bb62e88ef93e8c1815444ac709eb9883 (patch) | |
| tree | 9c5f14992bd7d86863294c4e8230d5ebff6299bf /docs/topics | |
| parent | 018d8b8dced31309196496e625cf8a746b98d65e (diff) | |
| download | django-rest-framework-70831ad0bb62e88ef93e8c1815444ac709eb9883.tar.bz2 | |
Docs tweaks
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/2.3-announcement.md | 8 | 
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/topics/2.3-announcement.md b/docs/topics/2.3-announcement.md index 554728ae..e1bcde05 100644 --- a/docs/topics/2.3-announcement.md +++ b/docs/topics/2.3-announcement.md @@ -124,6 +124,14 @@ Usage of the old-style attributes continues to be supported, but will raise a `P  For most cases APIs using model fields will behave as previously, however if you are using a custom renderer, not provided by REST framework, then you may now need to add support for rendering `Decimal` instances to your renderer implmentation. +## View names and descriptions + +The mechanics of how view names and descriptions are generated from the docstring and classname has been modified and cleaned up somewhat. + +If you've been customizing this behavior, for example perhaps to use `rst` markup for the browseable API, then you'll need to take a look at the implementation to see what updates you need to make. + +Note that the relevant methods have always been private APIs, and the docstrings called them out as intended to be deprecated.  +  ---  # Other notes  | 
