Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ extra
Method
extra
tests/admin_views/admin.py:920–921 ·
view source on GitHub ↗
(self, request)
Source
from the content-addressed store, hash-verified
918
919
class
ReportAdmin(admin.ModelAdmin):
920
def
extra(self, request):
921
return
HttpResponse()
922
923
def
get_urls(self):
924
# Corner case: Don't call parent implementation
Callers
15
test_ticket_19102_extra
Method · 0.45
test_extra_ordering
Method · 0.45
test_extra_ordering_quoting
Method · 0.45
test_extra_ordering_with_table_name
Method · 0.45
test_values_extra
Method · 0.45
test_values_nonexistent_field
Method · 0.45
test_values_list_extra
Method · 0.45
test_tickets_1878_2939
Method · 0.45
test_ticket3141
Method · 0.45
test_ticket2496
Method · 0.45
test_tickets_7087_12242
Method · 0.45
test_ticket7235_extra
Method · 0.45
Calls
1
HttpResponse
Class · 0.90
Tested by
15
test_ticket_19102_extra
Method · 0.36
test_extra_ordering
Method · 0.36
test_extra_ordering_quoting
Method · 0.36
test_extra_ordering_with_table_name
Method · 0.36
test_values_extra
Method · 0.36
test_values_nonexistent_field
Method · 0.36
test_values_list_extra
Method · 0.36
test_tickets_1878_2939
Method · 0.36
test_ticket3141
Method · 0.36
test_ticket2496
Method · 0.36
test_tickets_7087_12242
Method · 0.36
test_ticket7235_extra
Method · 0.36