summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTimo Graham <timograham@gmail.com>2011-01-03 13:30:12 +0000
committerTimo Graham <timograham@gmail.com>2011-01-03 13:30:12 +0000
commit12d5c09fdde882a9d40ac7bee74b872e5e4471ec (patch)
tree22e2a572131f5c4a49884ee925f9c0bce6715b2d /docs
parente501f502370b829d0bb2f1ed9c6e94bbfa5206f6 (diff)
[1.2.X] Fixed #15002 - Fix title casing to conform to style guidelines. thanks adamv.
Backport of r15135 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15136 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/howto/custom-model-fields.txt2
-rw-r--r--docs/howto/deployment/modwsgi.txt2
-rw-r--r--docs/ref/models/querysets.txt2
-rw-r--r--docs/topics/db/managers.txt4
-rw-r--r--docs/topics/http/decorators.txt8
-rw-r--r--docs/topics/http/urls.txt2
-rw-r--r--docs/topics/http/views.txt4
7 files changed, 12 insertions, 12 deletions
diff --git a/docs/howto/custom-model-fields.txt b/docs/howto/custom-model-fields.txt
index d67396d683..7dbbf93d1f 100644
--- a/docs/howto/custom-model-fields.txt
+++ b/docs/howto/custom-model-fields.txt
@@ -281,7 +281,7 @@ custom form field, and/or implementing the :meth:`formfield` method on
your field to return a form field class whose `to_python()` returns the
correct datatype.
-Documenting your Custom Field
+Documenting your custom field
-----------------------------
.. class:: django.db.models.Field
diff --git a/docs/howto/deployment/modwsgi.txt b/docs/howto/deployment/modwsgi.txt
index a3c193cfb4..24d169b942 100644
--- a/docs/howto/deployment/modwsgi.txt
+++ b/docs/howto/deployment/modwsgi.txt
@@ -21,7 +21,7 @@ the details about how to use mod_wsgi. You'll probably want to start with the
.. _official mod_wsgi documentation: http://code.google.com/p/modwsgi/
.. _installation and configuration documentation: http://code.google.com/p/modwsgi/wiki/InstallationInstructions
-Basic Configuration
+Basic configuration
===================
Once you've got mod_wsgi installed and activated, edit your ``httpd.conf`` file
diff --git a/docs/ref/models/querysets.txt b/docs/ref/models/querysets.txt
index b67837aba9..a5a5d82378 100644
--- a/docs/ref/models/querysets.txt
+++ b/docs/ref/models/querysets.txt
@@ -1737,7 +1737,7 @@ SQL equivalents::
.. _aggregation-functions:
-Aggregation Functions
+Aggregation functions
---------------------
.. versionadded:: 1.1
diff --git a/docs/topics/db/managers.txt b/docs/topics/db/managers.txt
index 5ebe0b1b94..9c5ed620ab 100644
--- a/docs/topics/db/managers.txt
+++ b/docs/topics/db/managers.txt
@@ -276,7 +276,7 @@ it into the inheritance hierarchy *after* the defaults::
.. _manager-types:
-Controlling Automatic Manager Types
+Controlling automatic Manager types
===================================
This document has already mentioned a couple of places where Django creates a
@@ -326,7 +326,7 @@ it will use :class:`django.db.models.Manager`.
so that existing code will :doc:`continue to work </misc/api-stability>` in
future Django versions.
-Writing Correct Managers For Use In Automatic Manager Instances
+Writing correct Managers for use in automatic Manager instances
---------------------------------------------------------------
As already suggested by the `django.contrib.gis` example, above, the
diff --git a/docs/topics/http/decorators.txt b/docs/topics/http/decorators.txt
index 7bb62ae8f5..30883a45e8 100644
--- a/docs/topics/http/decorators.txt
+++ b/docs/topics/http/decorators.txt
@@ -1,5 +1,5 @@
===============
-View Decorators
+View decorators
===============
.. currentmodule:: django.views.decorators.http
@@ -7,7 +7,7 @@ View Decorators
Django provides several decorators that can be applied to views to support
various HTTP features.
-Allowed HTTP Methods
+Allowed HTTP methods
====================
.. function:: require_http_methods(request_method_list)
@@ -47,7 +47,7 @@ headers; see
.. currentmodule:: django.views.decorators.http
-GZip Compression
+GZip compression
================
.. function:: gzip_page()
@@ -58,7 +58,7 @@ storage on the ``Accept-Encoding`` header.
.. currentmodule:: django.views.decorators.vary
-Vary Headers
+Vary headers
============
The ``Vary`` header defines which request headers a cache mechanism should take
diff --git a/docs/topics/http/urls.txt b/docs/topics/http/urls.txt
index 2fba92dda1..4c019cd3f5 100644
--- a/docs/topics/http/urls.txt
+++ b/docs/topics/http/urls.txt
@@ -466,7 +466,7 @@ included URLconf, as expected.
.. _topics-http-defining-url-namespaces:
-Defining URL Namespaces
+Defining URL namespaces
-----------------------
When you need to deploy multiple instances of a single application, it can be
diff --git a/docs/topics/http/views.txt b/docs/topics/http/views.txt
index 2818f42fde..562be533ab 100644
--- a/docs/topics/http/views.txt
+++ b/docs/topics/http/views.txt
@@ -1,5 +1,5 @@
=============
-Writing Views
+Writing views
=============
A view function, or *view* for short, is simply a Python function that takes a
@@ -52,7 +52,7 @@ Let's step through this code one line at a time:
``America/Chicago``. This probably isn't where you live, so you might want
to change it in your settings file.
-Mapping URLs to Views
+Mapping URLs to views
=====================
So, to recap, this view function returns an HTML page that includes the current