Commit b798d2bf authored by Tim Graham's avatar Tim Graham
Browse files

Added versionadded annotations for redirect middleware attributes.

refs #19321
parent e82e7ae1
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -89,6 +89,8 @@ Middleware

    .. attribute:: response_gone_class

        ..  versionadded:: 1.7

        The :class:`~django.http.HttpResponse` class used when a
        :class:`~django.contrib.redirects.models.Redirect` is not
        found for the requested path or has a blank ``new_path``
@@ -98,6 +100,8 @@ Middleware

    .. attribute:: response_redirect_class

        ..  versionadded:: 1.7

        The :class:`~django.http.HttpResponse` class that handles the
        redirect.