summaryrefslogtreecommitdiff
path: root/docs/modelforms.txt
diff options
context:
space:
mode:
authorJustin Bronn <jbronn@gmail.com>2008-04-07 20:29:36 +0000
committerJustin Bronn <jbronn@gmail.com>2008-04-07 20:29:36 +0000
commitb0291347db0397ae429564b9e89ded2f0fcc5b36 (patch)
tree5e34601aac7b24edf93855940ac1dfc76b38f3a3 /docs/modelforms.txt
parent147bd6ac363d6111b932a9de1ec8a20e2c8dc363 (diff)
gis: Merged revisions 7355-7403 via svnmerge from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/gis@7405 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/modelforms.txt')
-rw-r--r--docs/modelforms.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/modelforms.txt b/docs/modelforms.txt
index 05f9b1b3d4..554aeb7ea0 100644
--- a/docs/modelforms.txt
+++ b/docs/modelforms.txt
@@ -236,7 +236,7 @@ works exactly the same way as any other ``newforms`` form. For
example, the ``is_valid()`` method is used to check for validity, the
``is_multipart()`` method is used to determine whether a form requires
multipart file upload (and hence whether ``request.FILES`` must be
-passed to the form), etc.; see `the standard newforms documentation`_
+passed to the form), etc. See `the standard newforms documentation`_
for more information.
.. _the standard newforms documentation: ../newforms/