diff options
| author | Jannis Leidel <jannis@leidel.info> | 2011-06-16 15:27:19 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2011-06-16 15:27:19 +0000 |
| commit | 662b372d022d0f638e62a3d4e3118f00a4fcce3d (patch) | |
| tree | ab7ff7310e0df3e813739474155b08f90d76abda /docs/ref/forms/fields.txt | |
| parent | e008fde23e58a716804f0f5f334e3a44f2c170c6 (diff) | |
Fixed #16264 -- Improved form widget documentation. Many thanks to Bas Peschier.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16408 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/forms/fields.txt')
| -rw-r--r-- | docs/ref/forms/fields.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/ref/forms/fields.txt b/docs/ref/forms/fields.txt index 3fc5b8aabf..66c05e508e 100644 --- a/docs/ref/forms/fields.txt +++ b/docs/ref/forms/fields.txt @@ -278,6 +278,7 @@ as the rendered output. See the :ref:`format localization <format-localization>` documentation for more information. +.. _built-in fields: Built-in ``Field`` classes -------------------------- |
