From a323fd3c5e9d53b22efb8660e9dd0d666002dc09 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Mon, 23 Aug 2010 08:07:35 +0000 Subject: 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 --- docs/ref/models/fields.txt | 3 +-- docs/ref/models/querysets.txt | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) (limited to 'docs/ref/models') 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 `. -.. _model-field-types: - ``validators`` ------------------- @@ -303,6 +301,7 @@ underscores to spaces. See :ref:`Verbose field names `. A list of validators to run for this field.See the :doc:`validators documentation ` 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)`` ~~~~~~~~~~~~~~~~~ -- cgit v1.3