summaryrefslogtreecommitdiff
path: root/docs/topics/auth/customizing.txt
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2020-05-04 12:29:31 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-05-13 09:07:51 +0200
commit4c5236ef93db714b63eedcc5a162631a6ca1def9 (patch)
treed82b7fc2f36909b2bf05b0aa45a5c30792d812ad /docs/topics/auth/customizing.txt
parent3b94f12462d262a812930cf25efe8d8eb07c5c83 (diff)
Removed versionadded/changed annotations for 3.0.
Diffstat (limited to 'docs/topics/auth/customizing.txt')
-rw-r--r--docs/topics/auth/customizing.txt10
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/topics/auth/customizing.txt b/docs/topics/auth/customizing.txt
index 6b816c42fd..6ab8305468 100644
--- a/docs/topics/auth/customizing.txt
+++ b/docs/topics/auth/customizing.txt
@@ -577,14 +577,6 @@ password resets. You must then provide some key implementation details:
``REQUIRED_FIELDS`` has no effect in other parts of Django, like
creating a user in the admin.
- .. versionadded:: 3.0
-
- :attr:`REQUIRED_FIELDS` now supports
- :class:`~django.db.models.ManyToManyField`\s without a custom
- through model. Since there is no way to pass model instances during
- the :djadmin:`createsuperuser` prompt, expect the user to enter IDs
- of existing instances of the class to which the model is related.
-
For example, here is the partial definition for a user model that
defines two required fields - a date of birth and height::
@@ -934,8 +926,6 @@ methods and attributes:
.. method:: models.PermissionsMixin.get_user_permissions(obj=None)
- .. versionadded:: 3.0
-
Returns a set of permission strings that the user has directly.
If ``obj`` is passed in, only returns the user permissions for this