diff --git a/AUTHORS.rst b/AUTHORS.rst index 6c2e39c5..668d4580 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -180,3 +180,5 @@ Patches and Suggestions - Andrii Soldatenko (`@a_soldatenko `_) - Moinuddin Quadri (`@moin18 `_) - Matt Kohl (`@mattkohl `_) +- Jonathan Vanasco (`@jvanasco `_) + diff --git a/HISTORY.rst b/HISTORY.rst index 5ec8bb21..c26036c1 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,15 @@ Release History --------------- +**Unreleased** ++++++++++++++++++++ + +- The behavior of ``SessionRedirectMixin`` was slightly altered. + ``resolve_redirects`` will now detect a redirect by calling + ``get_redirect_target(response)`` instead of directly + querying ``Response.is_redirect`` and ``Response.headers['location']``. + Advanced users will be able to process malformed redirects more easily. + 2.13.0 (2017-01-24) +++++++++++++++++++ diff --git a/docs/_templates/sidebarintro.html b/docs/_templates/sidebarintro.html index 457688d9..fe113734 100644 --- a/docs/_templates/sidebarintro.html +++ b/docs/_templates/sidebarintro.html @@ -14,6 +14,17 @@ human beings.

+ +

The Hitchhiker's Guide to Python

+ +

This guide is now available in tangible book form!

+ + + +

All proceeds are being directly donated to the DjangoGirls organization.

+ + +

Stay Informed

Receive updates on new releases and upcoming projects.

@@ -24,10 +35,12 @@

Say Thanks!

Join Mailing List.

+

Other Projects

More Kenneth Reitz projects:

    +
  • edmsynths.com
  • pipenv
  • pep8.org
  • httpbin.org
  • diff --git a/docs/_templates/sidebarlogo.html b/docs/_templates/sidebarlogo.html index 798f8091..2fb8062b 100644 --- a/docs/_templates/sidebarlogo.html +++ b/docs/_templates/sidebarlogo.html @@ -21,6 +21,15 @@
    +

    The Hitchhiker's Guide to Python

    + +

    This guide is now available in tangible book form!

    + + + +

    All proceeds are being directly donated to the DjangoGirls organization.

    + +

    If you enjoy using this project, Say Thanks!