diff options
| author | Jannis Leidel <jannis@leidel.info> | 2012-06-11 10:34:00 +0200 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2012-06-11 10:40:23 +0200 |
| commit | c4c7fbcc0d9264beb931b45969fc0d8d655c4f83 (patch) | |
| tree | c24c486f776633f5219771645579f9de7dad3483 /docs/internals | |
| parent | 1a10a06b9f510f796beb2ffef39c7885cba2ad67 (diff) | |
Fixed #18451 -- Vastly improved class based view documentation.
Many thanks to Daniel Greenfeld, James Aylett, Marc Tamlyn, Simon Williams, Danilo Bargen and Luke Plant for their work on this.
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 |
