From 7543ab1f8dcb20dbbdf6a41eace95fc47c8dcaa3 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 17 May 2018 10:16:32 -0400 Subject: Removed versionadded/changed annotations for 2.0. --- docs/topics/auth/customizing.txt | 6 ------ 1 file changed, 6 deletions(-) (limited to 'docs/topics/auth') diff --git a/docs/topics/auth/customizing.txt b/docs/topics/auth/customizing.txt index 97fac352ac..2cb7d06bcc 100644 --- a/docs/topics/auth/customizing.txt +++ b/docs/topics/auth/customizing.txt @@ -628,12 +628,6 @@ password resets. You must then provide some key implementation details: first name. If implemented, this replaces the username in the greeting to the user in the header of :mod:`django.contrib.admin`. - .. versionchanged:: 2.0 - - In older versions, subclasses are required to implement - ``get_short_name()`` and ``get_full_name()`` as ``AbstractBaseUser`` - has implementations that raise ``NotImplementedError``. - .. admonition:: Importing ``AbstractBaseUser`` ``AbstractBaseUser`` and ``BaseUserManager`` are importable from -- cgit v1.3