MCPcopy Create free account
hub / github.com/django-commons/django-debug-toolbar / execute_binary_sql

Function execute_binary_sql

tests/views.py:20–22  ·  view source on GitHub ↗
(request)

Source from the content-addressed store, hash-verified

18
19
20def execute_binary_sql(request):
21 list(Binary.objects.filter(field=b"\x01\x02\x03"))
22 return render(request, "base.html")
23
24
25def execute_json_sql(request):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…