diff options
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index f3ce5f8539..342ef5266a 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -134,7 +134,7 @@ these changes. * The function-based generic view modules will be removed in favor of their class-based equivalents, outlined :doc:`here - </topics/class-based-views>`: + </topics/class-based-views/index>`: * The :class:`~django.core.servers.basehttp.AdminMediaHandler` will be removed. In its place use @@ -221,7 +221,7 @@ these changes. the 1.4 release. They will be removed. * The :doc:`form wizard </ref/contrib/formtools/form-wizard>` has been - refactored to use class based views with pluggable backends in 1.4. + refactored to use class-based views with pluggable backends in 1.4. The previous implementation will be removed. * Legacy ways of calling |
