admin.ModelAdmin.get_list_select_related()

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.

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

Please login to continue.