summaryrefslogtreecommitdiff
path: root/docs/topics/auth
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2018-05-17 10:16:32 -0400
committerTim Graham <timograham@gmail.com>2018-05-17 11:00:10 -0400
commit7543ab1f8dcb20dbbdf6a41eace95fc47c8dcaa3 (patch)
tree98e0f0cbec43f45ea36c09cafb97385bca028a9f /docs/topics/auth
parent1cbd3d7874a4887fa2a6d7ef582defc388429b97 (diff)
Removed versionadded/changed annotations for 2.0.
Diffstat (limited to 'docs/topics/auth')
-rw-r--r--docs/topics/auth/customizing.txt6
1 files changed, 0 insertions, 6 deletions
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