Changes between Initial Version and Version 1 of Ticket #23682, comment 1


Ignore:
Timestamp:
Oct 22, 2014, 12:43:44 PM (10 years ago)
Author:
Wojtek Ruszczewski

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23682, comment 1

    initial v1  
    11[https://github.com/wrwrwr/django/compare/ticket_23682 Proposed changes]:
    2 * defined a new `CircularRedirectError`;
     2* defined a new `RedirectCycleError`;
    33* changed the loop detection to throw the exception on repeated URLs and chains longer than 20;
    44* added a "redirect to self" test with a changing query argument.
Back to Top