Changes between Initial Version and Version 1 of Ticket #8927, comment 15
- Timestamp:
- Oct 22, 2011, 2:19:22 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8927, comment 15
initial v1 1 1 Just realized that the WSGI/view/urlconf adapter stuff is already covered by #12091. 2 2 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.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. 4 4 5 5 Please 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).