What is the scope of Django's Middleware objects? I wish to know if the Middleware objects are initialized for every request.
Relevance: While trying to use SQLAlchemy ORM along with Django, one needs to point a callable object as the scope marker to use the SQLAlchemy's scoped_session. And I'm trying to set the SQLAlchemy session in request scope.