exception documentation

class FormDataRoutingRedirect(AssertionError): (source)

View In Hierarchy

This exception is raised in debug mode if a routing redirect would cause the browser to drop the method or body. This happens when method is not GET, HEAD or OPTIONS and the status code is not 307 or 308.

Method __init__ Undocumented
def __init__(self, request): (source)

Undocumented