Hi Scott,

On Sunday 07 February 2016 04:34:59 Luke Scott wrote:
> Not sure if this is where I should comment on this issue but I just
> upgraded to Django 1.8 and am encountering this error:
> 
>     RedirectCycleError: Redirect loop detected.
> 
> 
> I have a view that looks for a certain condition. If that condition is not
> met then I redirect to a second view. That second view does something then
> most of the time will redirect back to the first view. This works well in
> reality, but in testing results in  'RedirectCycleError: Redirect loop
> detected' when the second view redirects back to the first.
> 

Your use case seems to be an exact replica of the ticket referenced in this 
thread [1]; it was closed as "wontfix". You can look at the explanation for 
closing, and see if it satisfies you; if it doesn't, feel free to bring up new 
arguments for implementing it on this list (and even this thread).

HTH,
        Shai.

[1] https://code.djangoproject.com/ticket/24713

Reply via email to