summaryrefslogtreecommitdiff
path: root/docs/ref/models
diff options
context:
space:
mode:
authorGabriel Hurley <gabehr@gmail.com>2010-10-15 20:13:22 +0000
committerGabriel Hurley <gabehr@gmail.com>2010-10-15 20:13:22 +0000
commit6c902c436ee3e29babe9031e55f95652f98de66c (patch)
treed8e2d59117706ba0d2ba951682d0a9b773b78798 /docs/ref/models
parentd81b3aa73945496b3061e6db7659b3c9e6ce1296 (diff)
Fixed #14307 -- Added a new crossref target to model field reference docs and fixed broken relative link in form field reference docs. Thanks to adamv for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14234 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/models')
-rw-r--r--docs/ref/models/fields.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt
index e107f41454..02ed60833f 100644
--- a/docs/ref/models/fields.txt
+++ b/docs/ref/models/fields.txt
@@ -69,6 +69,8 @@ purely database-related, whereas :attr:`~Field.blank` is validation-related. If
a field has ``blank=True``, validation on Django's admin site will allow entry
of an empty value. If a field has ``blank=False``, the field will be required.
+.. _field-choices:
+
``choices``
-----------