summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSjoerd Job Postmus <sjoerdjob@sjec.nl>2016-02-17 15:18:24 +0100
committerTim Graham <timograham@gmail.com>2016-02-25 19:30:37 -0500
commit911a77fcca49a92d0750b7f7d573ea2dcf77a1a9 (patch)
treebc4868ee2ed46a861a592d53045052049d08b50d /docs
parenta23b387e5a1f22aad2fe0bb87c7e2bc3d065f5e7 (diff)
[1.9.x] Fixed #26231 -- Used .get_username in admin login template.
Backport of bbe136e1a2f9cbf3fd10d49fbe8558a5b394752c from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.9.3.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.9.3.txt b/docs/releases/1.9.3.txt
index cd7d674864..ef95681024 100644
--- a/docs/releases/1.9.3.txt
+++ b/docs/releases/1.9.3.txt
@@ -42,3 +42,7 @@ Bugfixes
regressed in Django 1.9 (:ticket:`26253`).
* Fixed ``BoundField`` to reallow slices of subwidgets (:ticket:`26267`).
+
+* Changed the admin's "permission denied" message in the login template to use
+ ``get_username`` instead of ``username`` to support custom user models
+ (:ticket:`26231`).