Fixed #26231 -- Used .get_username in admin login template.

This commit is contained in:
Sjoerd Job Postmus 2016-02-17 15:18:24 +01:00 committed by Tim Graham
parent ee69789f45
commit bbe136e1a2
2 changed files with 5 additions and 1 deletions

View file

@ -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`).