MCPcopy
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
215class ArticleAdmin(ArticleAdminWithExtraUrl):

Callers

nothing calls this directly

Calls 1

JsonResponseClass · 0.90

Tested by

no test coverage detected