mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
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:
parent
dc25fa776a
commit
07ef43082d
7 changed files with 12 additions and 12 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue