mirror of https://github.com/django/django.git
Corrected a documentation error. Thanks sk1p for catching this.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8324 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
05ef002048
commit
c4d07d4d50
|
@ -525,7 +525,7 @@ with an operator:
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
``save_model(self, request, obj, form, change)``
|
``save_model(self, request, obj, form, change)``
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
The ``save_model`` method is given the ``HttpRequest``, a model instance,
|
The ``save_model`` method is given the ``HttpRequest``, a model instance,
|
||||||
a ``ModelForm`` instance and a boolean value based on whether it is adding or
|
a ``ModelForm`` instance and a boolean value based on whether it is adding or
|
||||||
|
|
Loading…
Reference in New Issue