mirror of
https://github.com/django/django.git
synced 2025-07-23 05:05:17 +00:00
Fixed #26231 -- Used .get_username in admin login template.
This commit is contained in:
parent
ee69789f45
commit
bbe136e1a2
2 changed files with 5 additions and 1 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue