diff options
| author | David Hoffman <dhoffman34@icloud.com> | 2014-07-26 14:51:29 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-07-26 20:47:06 -0400 |
| commit | 30ccb36cb9c1bc9bd30edb2b67f26ef2a1e4fb53 (patch) | |
| tree | 275ad434b0eb4c96df8b9c9f0d5d0678ebbc5dca | |
| parent | 37f8a83ad050a1040712876002edcbfc0b057603 (diff) | |
[1.7.x] Fixed #23106 -- Updated class-based view reference title.
Backport of f14898a453 from master
| -rw-r--r-- | docs/ref/class-based-views/index.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ref/class-based-views/index.txt b/docs/ref/class-based-views/index.txt index 821edc0874..a757e482e7 100644 --- a/docs/ref/class-based-views/index.txt +++ b/docs/ref/class-based-views/index.txt @@ -1,6 +1,6 @@ -================= -Class-based views -================= +===================== +Class-based views API +===================== Class-based views API reference. For introductory material, see :doc:`/topics/class-based-views/index`. |
