mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #32543 -- Added search_help_text to ModelAdmin.
This commit is contained in:
parent
b46dbd4e3e
commit
1143f3bb5e
7 changed files with 39 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue