Skip to content

Commit 1433051

Browse files
committed
[1.4.X] Fixed django#18156 -- Updated signature of ModelAdmin change_view in docs to reflect r17466. Thanks arthurprat for the report.
Backport of r17918 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.4.X@17919 bcc190cf-cafb-0310-a4f2-bffc1f526a37
1 parent 64bbf51 commit 1433051

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/ref/contrib/admin/index.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1240,10 +1240,14 @@ Other methods
12401240

12411241
Django view for the model instance addition page. See note below.
12421242

1243-
.. method:: ModelAdmin.change_view(self, request, object_id, extra_context=None)
1243+
.. method:: ModelAdmin.change_view(self, request, object_id, form_url='', extra_context=None)
12441244

12451245
Django view for the model instance edition page. See note below.
12461246

1247+
.. versionchanged:: 1.4
1248+
1249+
The ``form_url`` parameter was added.
1250+
12471251
.. method:: ModelAdmin.changelist_view(self, request, extra_context=None)
12481252

12491253
Django view for the model instances change list/actions page. See note

0 commit comments

Comments
 (0)