Changes between Initial Version and Version 1 of Ticket #24722
- Timestamp:
- Apr 28, 2015, 4:44:15 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24722 – Description
initial v1 1 1 When using the test client: 2 2 3 When a view which calls another view and middleware causes the inner view to redirect - the contents of '''results.context''' will be different depending on if it was '''process_request''', or '''process_response''' that initiated the redirect.3 When a view calls another view and middleware causes the inner view to redirect - the contents of '''response.context''' will be different depending on if it was '''process_request''', or '''process_response''' that initiated the redirect. 4 4 5 5 Test case for this error is in gitub: