Currently, Django doesn't function using a server like paster, which means that introducing WSGI middleware requires using extraneous means. However, it does support using Django middleware, which means that it might still be able to support using the middleware using a Django-specific interface.
However, I will have to investigate using Django before being able to work on this bug.