Changes between Initial Version and Version 1 of Ticket #23682, comment 1
- Timestamp:
- Oct 22, 2014, 12:43:44 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23682, comment 1
initial v1 1 1 [https://github.com/wrwrwr/django/compare/ticket_23682 Proposed changes]: 2 * defined a new ` CircularRedirectError`;2 * defined a new `RedirectCycleError`; 3 3 * changed the loop detection to throw the exception on repeated URLs and chains longer than 20; 4 4 * added a "redirect to self" test with a changing query argument.