Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/django-haystack/django-haystack
/ for_read
Method
for_read
haystack/routers.py:10–11 ·
view source on GitHub ↗
(self, **hints)
Source
from the content-addressed store, hash-verified
8
9
class
DefaultRouter(BaseRouter):
10
def
for_read(self, **hints):
11
return
DEFAULT_ALIAS
12
13
def
for_write(self, **hints):
14
return
DEFAULT_ALIAS
Callers
1
_determine_backend
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected