Return a chagelist instance suitable to find out the real queryset represented bu result_list This function can be used in actions when the queryset is much faster then using the list of single ids
Return a queryset that was correctly filtered by any filter (q= and filterset_class)
Set how many items appear on each paginated admin change list page. This value is conditioned by settings.LIST_PER_PAGE. Example:
- LIST_PER_PAGE = {
- ‘content_content’: 50, ‘content’: 10, ‘all’: 100,
}
Returns number of items appear on each paginated admin change list page
Send a message to the user. The default implementation posts a message using the django.contrib.messages backend.
Exposes almost the same API as messages.add_message(), but accepts the positional arguments in a different order to maintain backwards compatibility. For convenience, it accepts the level argument as a string rather than the usual level number.
tabs: show tabs even if they’re empty
tabs: show tab lables sticky on top of the page