diff options
| author | David Smith <39445562+smithdc1@users.noreply.github.com> | 2020-05-01 05:11:27 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-05-01 06:11:58 +0200 |
| commit | fc0e0876da8b18ac70fc0e90e9fcc4d06682b8cb (patch) | |
| tree | 6e2839d1ef696496a223e1758454ce2f466a6edc /docs/ref | |
| parent | 8e23b89ffd103d127b0cf6db9d7e9d75a8e50452 (diff) | |
[3.0.x] Refs #27778 -- Removed reference to ASCII usernames in django.contrib.auth.models.User docs.
Backport of 505b7b616320b8d5bbc83d0dbbb3aec3a58ba0c9 from master
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/auth.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/ref/contrib/auth.txt b/docs/ref/contrib/auth.txt index d7266d5837..c677ebb169 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 <django.db.models.Field.blank>`). 30 |
