ModelAdmin.get_search_fields(request)
[source]
The get_search_fields
method is given the HttpRequest
and is expected to return the same kind of sequence type as for the search_fields
attribute.
ModelAdmin.get_search_fields(request)
[source]
The get_search_fields
method is given the HttpRequest
and is expected to return the same kind of sequence type as for the search_fields
attribute.
Please login to continue.