mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue