Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ extra_json
Method
extra_json
tests/admin_views/admin.py:211–212 ·
view source on GitHub ↗
(self, request)
Source
from the content-addressed store, hash-verified
209
return
urlpatterns
210
211
def
extra_json(self, request):
212
return
JsonResponse({})
213
214
215
class
ArticleAdmin(ArticleAdminWithExtraUrl):
Callers
nothing calls this directly
Calls
1
JsonResponse
Class · 0.90
Tested by
no test coverage detected