MCPcopy
hub / github.com/django/django / get_changelist

Method get_changelist

django/contrib/admin/options.py:897–903  ·  view source on GitHub ↗

Return the ChangeList class for use on the changelist page.

(self, request, **kwargs)

Source from the content-addressed store, hash-verified

895 )
896
897 def get_changelist(self, request, **kwargs):
898 """
899 Return the ChangeList class for use on the changelist page.
900 """
901 from django.contrib.admin.views.main import ChangeList
902
903 return ChangeList
904
905 def get_changelist_instance(self, request):
906 """

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected