Commit 8b1684e6 authored by Gary Wilson Jr's avatar Gary Wilson Jr
Browse files

Corrected link to ModelForm doc.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8023 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent ce3bdc86
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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``