Changes between Initial Version and Version 1 of Ticket #19541, comment 7


Ignore:
Timestamp:
Feb 28, 2013, 2:39:52 PM (12 years ago)
Author:
Aymeric Augustin

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19541, comment 7

    initial v1  
    1111I think Django should just stop resetting the URLconf at the end of every request:
    1212- 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 not introduced to fix a bug,
     13- this code was part of the original commit (#5034, [6c61ca3d]) rather than introduced to fix a bug,
    1414- it does cause bugs for streaming responses,
    1515- the rationale given in the comment is rather weak.
Back to Top