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/misc | |
| 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/misc')
| -rw-r--r-- | docs/misc/api-stability.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/misc/api-stability.txt b/docs/misc/api-stability.txt index 55170262ec..2839ee3594 100644 --- a/docs/misc/api-stability.txt +++ b/docs/misc/api-stability.txt @@ -54,7 +54,7 @@ of 1.0. This includes these APIs: - :doc:`HTTP request/response handling </topics/http/index>`, including file uploads, middleware, sessions, URL resolution, view, and shortcut APIs. -- :doc:`Generic views </topics/class-based-views>`. +- :doc:`Generic views </topics/class-based-views/index>`. - :doc:`Internationalization </topics/i18n/index>`. |
