summaryrefslogtreecommitdiff
path: root/docs/ref/models
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2010-08-23 08:07:35 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2010-08-23 08:07:35 +0000
commita323fd3c5e9d53b22efb8660e9dd0d666002dc09 (patch)
treeec95381faecef9e92b38c59e2f6b345eb065befb /docs/ref/models
parent5d4c37af7cedfc78f0f223960e0bfd26f12eaa31 (diff)
Fixed #14112 -- Various Markup fixes for the docs. Thanks to ramiro for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13628 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)``
~~~~~~~~~~~~~~~~~