From 365821c2d9414b5ccab76fa92766ee340bbc8910 Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Thu, 29 Jan 2015 10:37:31 +0000 Subject: [PATCH] Update CHANGELOG.txt --- CHANGELOG.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 23ae4839a..6600fc6e0 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -14,7 +14,7 @@ Changelog * Dropped Python 2.6 and 3.2 support * Dropped Elasticsearch 0.90.x support * Search view accepts "page" GET parameter in line with pagination - * Fix: Wagtail no longer reverse Django login view to Wagtail login view (making it easier to have front end views) + * Fix: Reversing `django.contrib.auth.admin.login` will no longer lead to Wagtails login view (making it easier to have front end views) * Remove dependency on `LOGIN_URL` and `LOGIN_REDIRECT_URL` settings * Password reset view names namespaced to wagtailadmin * Remove the need to add permission check on admin views (now automated)