mirror of
https://github.com/django/django.git
synced 2025-08-02 18:13:02 +00:00
Fixed #29176 -- Fixed AbstractBaseUser.normalize_username() crash if username isn't a string.
This commit is contained in:
parent
a2e97abd81
commit
40bac28faa
3 changed files with 8 additions and 1 deletions
|
@ -28,3 +28,6 @@ Bugfixes
|
|||
|
||||
* Fixed crash when using a ``Window()`` expression in a subquery
|
||||
(:ticket:`29172`).
|
||||
|
||||
* Fixed ``AbstractBaseUser.normalize_username()`` crash if the ``username``
|
||||
argument isn't a string (:ticket:`29176`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue