From a67bf4be35413b7c000f34b93291b632f903e085 Mon Sep 17 00:00:00 2001 From: Anton Strogonoff Date: Wed, 19 Aug 2015 02:01:36 +0600 Subject: [1.8.x] Used consistent capitalization and hyphenation of "class-based views" in docs. Backport of 20787b5c298d97dda10286a942a788423fed483f from master --- docs/ref/class-based-views/index.txt | 2 +- docs/ref/contrib/messages.txt | 2 +- docs/ref/utils.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/ref') diff --git a/docs/ref/class-based-views/index.txt b/docs/ref/class-based-views/index.txt index fa4288a035..b5ba62dbc3 100644 --- a/docs/ref/class-based-views/index.txt +++ b/docs/ref/class-based-views/index.txt @@ -1,5 +1,5 @@ ============================== -Built-in Class-based views API +Built-in class-based views API ============================== Class-based views API reference. For introductory material, see the diff --git a/docs/ref/contrib/messages.txt b/docs/ref/contrib/messages.txt index 80386b5944..6a495a966c 100644 --- a/docs/ref/contrib/messages.txt +++ b/docs/ref/contrib/messages.txt @@ -352,7 +352,7 @@ example:: use one of the ``add_message`` family of methods. It does not hide failures that may occur for other reasons. -Adding messages in Class Based Views +Adding messages in class-based views ------------------------------------ .. class:: views.SuccessMessageMixin diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt index b803ac4ff7..2bd812cdfa 100644 --- a/docs/ref/utils.txt +++ b/docs/ref/utils.txt @@ -176,7 +176,7 @@ The functions defined in this module share the following properties: .. function:: method_decorator(decorator) Converts a function decorator into a method decorator. See :ref:`decorating - class based views` for example usage. + class-based views` for example usage. .. function:: decorator_from_middleware(middleware_class) -- cgit v1.3