mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Removed versionadded/changed annotations for 2.2.
This commit is contained in:
parent
32796826bb
commit
416c584cab
34 changed files with 0 additions and 221 deletions
|
@ -396,10 +396,6 @@ Fields
|
|||
Required. 150 characters or fewer. Any characters are permitted.
|
||||
Example: ``'Awesome Users'``.
|
||||
|
||||
.. versionchanged:: 2.2
|
||||
|
||||
The ``max_length`` increased from 80 to 150 characters.
|
||||
|
||||
.. attribute:: permissions
|
||||
|
||||
Many-to-many field to :class:`~django.contrib.auth.models.Permission`::
|
||||
|
@ -677,11 +673,6 @@ The following backends are available in :mod:`django.contrib.auth.backends`:
|
|||
if it wasn't provided to :func:`~django.contrib.auth.authenticate`
|
||||
(which passes it on to the backend).
|
||||
|
||||
.. versionchanged:: 2.2
|
||||
|
||||
The ``request`` argument was added. Support for method overrides
|
||||
that don't accept it will be removed in Django 3.1.
|
||||
|
||||
.. method:: user_can_authenticate()
|
||||
|
||||
Returns whether the user is allowed to authenticate. This method
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue