Fixed #15002 - Fix title casing to conform to style guidelines. thanks adamv.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15135 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Timo Graham 2011-01-03 13:29:17 +00:00
parent dc25fa776a
commit 07ef43082d
7 changed files with 12 additions and 12 deletions

View file

@ -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

View file

@ -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