Nice timing :) On Wed, Jun 23, 2010 at 11:22 AM, Gustavo Narea <m...@gustavonarea.net> wrote: > > I'm going to work on some patches to improve WSGI support, and I found > something that, if changed, could make my patches and django.core.handlers > simpler... As well as make it possible to use WSGI middleware with Django > under mod_python.
It seems like a tonne of work to *add* compatibility for something we don't want people to use... if someone wants to use wsgi middleware under mod-python, I don't see why Django should help that - go install mod_wsgi! I'd suggest that you add features to the WSGI handler/request and just not support those features for people using the mod_python handler? Then the compatibility work is just not making sure you don't break mod-python. Rob :) -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-develop...@googlegroups.com. To unsubscribe from this group, send email to django-developers+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.