mirror of
https://github.com/django/django.git
synced 2025-11-01 12:25:37 +00:00
Fixed #22993 -- Deprecated skipIfCustomUser decorator
This commit is contained in:
parent
f9c212d09a
commit
e37d52bd5e
4 changed files with 23 additions and 1 deletions
|
|
@ -30,7 +30,10 @@ details on these changes.
|
|||
|
||||
* ``Field.remote_field.to`` attribute will be removed.
|
||||
|
||||
* ``django.db.models.fields.add_lazy_relation`` will be removed.
|
||||
* ``django.db.models.fields.add_lazy_relation()`` will be removed.
|
||||
|
||||
* The ``django.contrib.auth.tests.utils.skipIfCustomUser()`` decorator will be
|
||||
removed.
|
||||
|
||||
.. _deprecation-removed-in-2.0:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue