Corrected link to ModelForm doc.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8023 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Gary Wilson Jr 2008-07-21 16:57:50 +00:00
parent ce3bdc86d4
commit 8b1684e676
1 changed files with 1 additions and 1 deletions

View File

@ -988,7 +988,7 @@ In addition to ``extra_context``, the template's context will be:
``Form`` objects in templates.
.. _authentication system: ../authentication/
.. _ModelForm docs: ../forms/modelforms
.. _ModelForm docs: ../modelforms/
.. _forms documentation: ../forms/
``django.views.generic.create_update.update_object``