MCPcopy
hub / github.com/django/django / process_request

Method process_request

django/contrib/messages/middleware.py:11–12  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

9 """
10
11 def process_request(self, request):
12 request._messages = default_storage(request)
13
14 def process_response(self, request, response):
15 """

Callers

nothing calls this directly

Calls 1

default_storageFunction · 0.90

Tested by

no test coverage detected