diff options
| author | Tom Christie | 2014-08-29 10:10:17 +0100 | 
|---|---|---|
| committer | Tom Christie | 2014-08-29 10:10:17 +0100 | 
| commit | 2a61ed8bac8f2cd661f8537fde290bb92d150e8b (patch) | |
| tree | dd0a9b3881121f470c3195fd67590421345c88e6 /docs/topics/release-notes.md | |
| parent | 8f4ae06b3b3b9572d72529ffad1842f63ca67d91 (diff) | |
| download | django-rest-framework-2a61ed8bac8f2cd661f8537fde290bb92d150e8b.tar.bz2 | |
2.4 Release notes2.4.0
Diffstat (limited to 'docs/topics/release-notes.md')
| -rw-r--r-- | docs/topics/release-notes.md | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md index c158c47b..29a0afcd 100644 --- a/docs/topics/release-notes.md +++ b/docs/topics/release-notes.md @@ -42,13 +42,15 @@ You can determine your currently installed version using `pip freeze`:  ### 2.4.0 +**Date**: 29th August 2014 +  **Django version requirements**: The lowest supported version of Django is now 1.4.2.  **South version requirements**: This note applies to any users using the optional `authtoken` application, which includes an associated database migration. You must now *either* upgrade your `south` package to version 1.0, *or* instead use the built-in migration support available with Django 1.7.  * 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. +* Deprecated `.model` view attribute in favor of explicit `.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. | 
