MCPcopy Index your code
hub / github.com/django-haystack/django-haystack / create_response

Method create_response

haystack/views.py:148–155  ·  view source on GitHub ↗

Generates the actual HttpResponse to send back to the user.

(self)

Source from the content-addressed store, hash-verified

146 return context
147
148 def create_response(self):
149 """
150 Generates the actual HttpResponse to send back to the user.
151 """
152
153 context = self.get_context()
154
155 return render(self.request, self.template, context)
156
157
158def search_view_factory(view_class=SearchView, *args, **kwargs):

Callers 2

__call__Method · 0.95
test_spellingMethod · 0.95

Calls 1

get_contextMethod · 0.95

Tested by 1

test_spellingMethod · 0.76