Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/django-haystack/django-haystack
/ _get_log
Method
_get_log
haystack/models.py:47–48 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
45
self._additional_fields.append(key)
46
47
def
_get_log(self):
48
return
logging.getLogger(
"haystack"
)
49
50
def
__repr__(self):
51
return
"<SearchResult: %s.%s (pk=%r)>"
% (
Callers
2
__init__
Method · 0.95
__setstate__
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected