From 40bac28faabbacd0875e59455cd80fb1dbb16966 Mon Sep 17 00:00:00 2001 From: Christophe Mehay Date: Thu, 1 Mar 2018 15:26:40 +0100 Subject: Fixed #29176 -- Fixed AbstractBaseUser.normalize_username() crash if username isn't a string. --- docs/releases/2.0.3.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/2.0.3.txt b/docs/releases/2.0.3.txt index f4f30b5a30..61c212081b 100644 --- a/docs/releases/2.0.3.txt +++ b/docs/releases/2.0.3.txt @@ -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`). -- cgit v1.3