Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ index
Method
index
tests/admin_views/customadmin.py:26–27 ·
view source on GitHub ↗
(self, request, extra_context=None)
Source
from the content-addressed store, hash-verified
24
25
# A custom index view.
26
def
index(self, request, extra_context=None):
27
return
super().index(request, {
"foo"
:
"*bar*"
})
28
29
def
get_urls(self):
30
return
[
Callers
13
test_simple_dependencies
Method · 0.45
test_chained_dependencies
Method · 0.45
test_multiple_dependencies
Method · 0.45
assertContentBefore
Method · 0.45
assertWhereContains
Method · 0.45
test06_list_methods
Method · 0.45
indexfcn
Method · 0.45
test_group_by_field_uniqueness
Method · 0.45
test_sqlmigrate_forwards
Method · 0.45
test_sqlmigrate_backwards
Method · 0.45
test_composite_func_unique_constraint
Method · 0.45
test_composite_func_index
Method · 0.45
Calls
no outgoing calls
Tested by
13
test_simple_dependencies
Method · 0.36
test_chained_dependencies
Method · 0.36
test_multiple_dependencies
Method · 0.36
assertContentBefore
Method · 0.36
assertWhereContains
Method · 0.36
test06_list_methods
Method · 0.36
indexfcn
Method · 0.36
test_group_by_field_uniqueness
Method · 0.36
test_sqlmigrate_forwards
Method · 0.36
test_sqlmigrate_backwards
Method · 0.36
test_composite_func_unique_constraint
Method · 0.36
test_composite_func_index
Method · 0.36