From cb3df533c8b3aaaebab5033f32880862e7c16af5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20P=C3=A9pin?= Date: Tue, 14 Feb 2017 02:28:47 +0100 Subject: [PATCH] typo --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index b1c3d3b..749fd0f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -333,7 +333,7 @@ settings the way you like. admin.site.register([Config], ConfigAdmin) You can also override the ``get_changelist_form`` method which is called in -``get_changelist_view`` to get the actual form used to change the settings. This +``changelist_view`` to get the actual form used to change the settings. This allows you to pick a different form according to the user that makes the request. For example: