RedirectCycleError Exception in Django

 RedirectCycleError is raised when the test client detects a loop or an overly long chain of redirects.

Comments

Popular posts from this blog

Advantages to using URLField() over TextField()

Forms in Django(bound, unbound, clean, is_valid, errors)