summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBrian Rosner <brosner@gmail.com>2008-08-12 13:41:40 +0000
committerBrian Rosner <brosner@gmail.com>2008-08-12 13:41:40 +0000
commitc4d07d4d5026316c7ff46edd894e585e7406e1a9 (patch)
tree2051d9127786d0d26a5a5f003c11a2d4f7fe1bea /docs
parent05ef002048d88b8c2bcf643694ab9349c818b464 (diff)
downloaddjango-c4d07d4d5026316c7ff46edd894e585e7406e1a9.tar.gz
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
Diffstat (limited to 'docs')
-rw-r--r--docs/admin.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/admin.txt b/docs/admin.txt
index 0e8eff374b..dba28ecbdf 100644
--- a/docs/admin.txt
+++ b/docs/admin.txt
@@ -525,7 +525,7 @@ with an operator:
----------------------
``save_model(self, request, obj, form, change)``
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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