Changes between Initial Version and Version 1 of Ticket #8927, comment 15


Ignore:
Timestamp:
Oct 22, 2011, 2:19:22 AM (13 years ago)
Author:
Carl Meyer

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8927, comment 15

    initial v1  
    11Just realized that the WSGI/view/urlconf adapter stuff is already covered by #12091.
    22
    3 Given that, and that `WSGIRequest` (used by ``WSGIHandler``) already makes the WSGI environ available via its ``environ`` attribute, and once ``ModPythonHandler`` is removed ``WSGIHandler`` will be the only request handler left in Django, I'm marking this bug fixed.
     3Given that, and that `WSGIRequest` (used by `WSGIHandler`) already makes the WSGI environ available via its ``environ`` attribute, and once `ModPythonHandler` is removed `WSGIHandler` will be the only request handler left in Django, I'm marking this bug fixed.
    44
    55Please reopen if "proxy" is intended to mean something more than just making the WSGI environ available (and clarify why exactly something more would be necessary).
Back to Top