summaryrefslogtreecommitdiff
path: root/docs/ref/models
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2010-08-23 08:08:46 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2010-08-23 08:08:46 +0000
commite47520b8bafe1dd6e65eb439d5d7165b26c99748 (patch)
treeb68c944484172f94e626128e20d918877bfc9476 /docs/ref/models
parent0472978da5f164b6fa5ae76f721dc1d8abdefc75 (diff)
[1.2.X] Fixed #14112 -- Various Markup fixes for the docs. Thanks to ramiro for the patch.
Backport of r13628 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13629 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/models')
-rw-r--r--docs/ref/models/fields.txt3
-rw-r--r--docs/ref/models/querysets.txt2
2 files changed, 1 insertions, 4 deletions
diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt
index da0b24622a..68208b3bfe 100644
--- a/docs/ref/models/fields.txt
+++ b/docs/ref/models/fields.txt
@@ -291,8 +291,6 @@ A human-readable name for the field. If the verbose name isn't given, Django
will automatically create it using the field's attribute name, converting
underscores to spaces. See :ref:`Verbose field names <verbose-field-names>`.
-.. _model-field-types:
-
``validators``
-------------------
@@ -303,6 +301,7 @@ underscores to spaces. See :ref:`Verbose field names <verbose-field-names>`.
A list of validators to run for this field.See the :doc:`validators
documentation </ref/validators>` for more information.
+.. _model-field-types:
Field types
===========
diff --git a/docs/ref/models/querysets.txt b/docs/ref/models/querysets.txt
index 02d105d3cb..a42452d07d 100644
--- a/docs/ref/models/querysets.txt
+++ b/docs/ref/models/querysets.txt
@@ -962,8 +962,6 @@ something *other than* a ``QuerySet``.
These methods do not use a cache (see :ref:`caching-and-querysets`). Rather,
they query the database each time they're called.
-.. _get-kwargs:
-
``get(**kwargs)``
~~~~~~~~~~~~~~~~~