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