Changes between Initial Version and Version 1 of Ticket #19541, comment 7
- Timestamp:
- Feb 28, 2013, 2:39:52 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19541, comment 7
initial v1 11 11 I think Django should just stop resetting the URLconf at the end of every request: 12 12 - it'll be reset at the very beginning of the next request anyway (even before request middleware runs), 13 - this code was part of the original commit ( 6c61ca3d) and notintroduced to fix a bug,13 - this code was part of the original commit (#5034, [6c61ca3d]) rather than introduced to fix a bug, 14 14 - it does cause bugs for streaming responses, 15 15 - the rationale given in the comment is rather weak.