From cd7da17132d0321473be97bca0a2a91008038919 Mon Sep 17 00:00:00 2001 From: Joseph Kocherhans Date: Tue, 5 Jan 2010 06:18:41 +0000 Subject: Added a section to the docs for discussing validators and updated a few links to point to it. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12101 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/models/fields.txt | 2 +- docs/ref/models/instances.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/ref/models') diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt index 8612b742ef..3ccf09b58f 100644 --- a/docs/ref/models/fields.txt +++ b/docs/ref/models/fields.txt @@ -303,7 +303,7 @@ underscores to spaces. See :ref:`Verbose field names `. .. attribute:: Field.validators A list of validators to run for this field.See the :ref:`validators -documentation ` for more information. +documentation ` for more information. Field types diff --git a/docs/ref/models/instances.txt b/docs/ref/models/instances.txt index 43f18338a1..b3721d6f62 100644 --- a/docs/ref/models/instances.txt +++ b/docs/ref/models/instances.txt @@ -27,6 +27,8 @@ The keyword arguments are simply the names of the fields you've defined on your model. Note that instantiating a model in no way touches your database; for that, you need to ``save()``. +.. _validating-objects: + Validating objects ================== -- cgit v1.3