summaryrefslogtreecommitdiff
path: root/docs/ref/models
diff options
context:
space:
mode:
authorGary Wilson Jr <gary.wilson@gmail.com>2009-03-21 15:28:51 +0000
committerGary Wilson Jr <gary.wilson@gmail.com>2009-03-21 15:28:51 +0000
commit10923b42b33dc6b756d06b235c135bc40a35435a (patch)
treee51e3d9f649cf032e4f468209fce16018d467439 /docs/ref/models
parente389234201b3799b1037536ad1e9cb0496628721 (diff)
Corrected syntax typos in a couple of versionadded directives.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10112 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/models')
-rw-r--r--docs/ref/models/options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/models/options.txt b/docs/ref/models/options.txt
index 3ba5472bf9..35e52e08ac 100644
--- a/docs/ref/models/options.txt
+++ b/docs/ref/models/options.txt
@@ -142,7 +142,7 @@ This is a tuple or list of strings. Each string is a field name with an optional
"-" prefix, which indicates descending order. Fields without a leading "-" will
be ordered ascending. Use the string "?" to order randomly.
-.. note::
+.. note::
Regardless of how many fields are in :attr:`~Options.ordering`, the admin
site uses only the first field.
@@ -179,7 +179,7 @@ human_readable_permission_name)``.
.. attribute:: Options.proxy
-.. versionadded: 1.1
+.. versionadded:: 1.1
If set to ``True``, a model which subclasses another model will be treated as
a :ref:`proxy model <proxy-models>`.