From 505b7b616320b8d5bbc83d0dbbb3aec3a58ba0c9 Mon Sep 17 00:00:00 2001 From: David Smith <39445562+smithdc1@users.noreply.github.com> Date: Fri, 1 May 2020 05:11:27 +0100 Subject: [PATCH] Refs #27778 -- Removed reference to ASCII usernames in django.contrib.auth.models.User docs. --- docs/ref/contrib/auth.txt | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/ref/contrib/auth.txt b/docs/ref/contrib/auth.txt index 61b439b2cb..4d50fd123a 100644 --- a/docs/ref/contrib/auth.txt +++ b/docs/ref/contrib/auth.txt @@ -35,14 +35,6 @@ Fields ``max_length=191`` because MySQL can only create unique indexes with 191 characters in that case by default. - .. admonition:: Usernames and Unicode - - Django originally accepted only ASCII letters and numbers in - usernames. Although it wasn't a deliberate choice, Unicode - characters have always been accepted when using Python 3. Django - 1.10 officially added Unicode support in usernames, keeping the - ASCII-only behavior on Python 2. - .. attribute:: first_name Optional (:attr:`blank=True `). 150