diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt index 3c94150651002..1163a5b87e531 100644 --- a/docs/ref/contrib/admin/index.txt +++ b/docs/ref/contrib/admin/index.txt @@ -1240,10 +1240,14 @@ Other methods Django view for the model instance addition page. See note below. -.. method:: ModelAdmin.change_view(self, request, object_id, extra_context=None) +.. method:: ModelAdmin.change_view(self, request, object_id, form_url='', extra_context=None) Django view for the model instance edition page. See note below. + .. versionchanged:: 1.4 + + The ``form_url`` parameter was added. + .. method:: ModelAdmin.changelist_view(self, request, extra_context=None) Django view for the model instances change list/actions page. See note