From 1143f3bb5ecaa2be58f2cd9077f147040291659d Mon Sep 17 00:00:00 2001 From: Hasan Ramezani Date: Wed, 19 May 2021 23:22:26 +0200 Subject: Fixed #32543 -- Added search_help_text to ModelAdmin. --- docs/ref/contrib/admin/index.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/ref') diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt index f1c64bea28..99d6d2dcc8 100644 --- a/docs/ref/contrib/admin/index.txt +++ b/docs/ref/contrib/admin/index.txt @@ -1381,6 +1381,13 @@ subclass:: Support for searching against quoted phrases with spaces was added. +.. attribute:: ModelAdmin.search_help_text + + .. versionadded:: 4.0 + + Set ``search_help_text`` to specify a descriptive text for the search box + which will be displayed below it. + .. attribute:: ModelAdmin.show_full_result_count Set ``show_full_result_count`` to control whether the full count of objects -- cgit v1.3