Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/rq/django-rq
/ each_context
Function
each_context
django_rq/views.py:36–39 ·
view source on GitHub ↗
(request: HttpRequest)
Source
from the content-addressed store, hash-verified
34
35
36
def
each_context(request: HttpRequest) -> dict[str, Any]:
37
return
{
38
**admin.site.each_context(request),
39
}
40
41
42
@never_cache
Callers
15
jobs
Function · 0.85
finished_jobs
Function · 0.85
failed_jobs
Function · 0.85
scheduled_jobs
Function · 0.85
started_jobs
Function · 0.85
workers
Function · 0.85
worker_details
Function · 0.85
deferred_jobs
Function · 0.85
job_detail
Function · 0.85
result_detail
Function · 0.85
delete_job
Function · 0.85
requeue_job_view
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…