Changes between Initial Version and Version 1 of Ticket #29186, comment 4
- Timestamp:
- Dec 25, 2018, 3:15:38 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29186, comment 4
initial v1 3 3 Respect to direx and Tim, I think django framework has to replace the SocketHandler to its own SocketHandler that replace the WSGIRequest object with pickle-able dictionary. 4 4 5 D hango framework should respect the design philosophy of Python. So it’s unfair changing SocketHandler.5 Django framework should respect the design philosophy of Python. So it’s unfair changing SocketHandler. 6 6 7 7 And it’s unfair blocking SocketHandler or removing request object when it passed into handlers.