From c91d951db642ade3679cce2295a25ad27568f592 Mon Sep 17 00:00:00 2001 From: Kenneth Love Date: Fri, 17 Apr 2015 14:44:59 -0700 Subject: [PATCH] added 145 to changelog --- docs/changelog.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index a74f80f1..5fcb8cd7 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,7 @@ Changelog ========= * :release:`1.8.0 <2015-04-16>` +* :support:`145` Allow custom exceptions to be raised by all AccessMixins. * :feature:`171` New :ref:`SSLRequiredMixin`. Redirect http -> https. * :feature:`138` New :ref:`RecentLoginRequiredMixin` to require user sessions to have a given freshness. * :bug:`164 major` Use `resolve_url` to handle `LOGIN_REDIRECT_URL`s in `settings.py` that are just URL names.