===================
Security issues:
* **Low**: Logout using POST not GET (126)
Backwards-incompatible changes:
* The ``settings.SITE_URL`` is no longer used. Instead the absolute URL is
derived from the request's ``get_host()``.
* Only log out by HTTP POST allowed.
Bugs:
* Test suite maintenance (108, 109, 142)