diff options
| author | Tom Christie | 2014-08-21 12:25:20 +0100 | 
|---|---|---|
| committer | Tom Christie | 2014-08-21 12:25:20 +0100 | 
| commit | 8b2052172cf7138203e683731c30bd279c6e722a (patch) | |
| tree | 5c592247de335ee9b61e107130cbd4be947a7cd1 /docs/topics/release-notes.md | |
| parent | 4d8c63abc996bcb44d7a68dd7a7234b0d9f148a0 (diff) | |
| download | django-rest-framework-8b2052172cf7138203e683731c30bd279c6e722a.tar.bz2 | |
Add .model deprecation to release notes
Diffstat (limited to 'docs/topics/release-notes.md')
| -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 0a74a27d..badc28e9 100644 --- a/docs/topics/release-notes.md +++ b/docs/topics/release-notes.md @@ -48,6 +48,7 @@ You can determine your currently installed version using `pip freeze`:  * Added compatibility with Django 1.7's database migration support.  * New test runner, using `py.test`. +* Deprecated `.model` view attribute in favor of explict `.queryset` and `.serializer_class` attributes. The `DEFAULT_MODEL_SERIALIZER_CLASS` setting is also deprecated.  * `@detail_route` and `@list_route` decorators replace `@action` and `@link`.  * Support customizable view name and description functions, using the `VIEW_NAME_FUNCTION` and `VIEW_DESCRIPTION_FUNCTION` settings.  * Added `NUM_PROXIES` setting for smarter client IP identification. | 
