admin.ModelAdmin.list_max_show_all

ModelAdmin.list_max_show_all

Set list_max_show_all to control how many items can appear on a “Show all” admin change list page. The admin will display a “Show all” link on the change list only if the total result count is less than or equal to this setting. By default, this is set to 200.

doc_Django
2016-10-09 18:33:51
Comments
Leave a Comment

Please login to continue.