Fixed #29176 -- Fixed AbstractBaseUser.normalize_username() crash if username isn't a string.

This commit is contained in:
Christophe Mehay 2018-03-01 15:26:40 +01:00 committed by Tim Graham
parent a2e97abd81
commit 40bac28faa
3 changed files with 8 additions and 1 deletions

View file

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