ModelAdmin.get_list_select_related(request) [source]
New in Django 1.9.
The get_list_select_related method is given the HttpRequest and should return a boolean or list as ModelAdmin.list_select_related does.
ModelAdmin.get_list_select_related(request) [source]
The get_list_select_related method is given the HttpRequest and should return a boolean or list as ModelAdmin.list_select_related does.
Please login to continue.