From c4d07d4d5026316c7ff46edd894e585e7406e1a9 Mon Sep 17 00:00:00 2001 From: Brian Rosner Date: Tue, 12 Aug 2008 13:41:40 +0000 Subject: [PATCH] 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 --- docs/admin.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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