Changes between Initial Version and Version 1 of Ticket #15736, comment 1
- Timestamp:
- Apr 1, 2011, 12:46:18 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15736, comment 1
initial v1 1 oops, forgot this part of the monkeypatch... request.cookies doesn't exist either: 2 3 def request(self, **request): 4 "Construct a generic request object." 5 req = WSGIRequest(self._base_environ(**request)) 6 req.session = self._session() 7 req.cookies = self.cookies 8 return req 1 - deleted wrong comment -