diff options
| author | Christopher Luc <chris.luc93@gmail.com> | 2015-04-06 12:02:34 -0700 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-04-07 09:45:32 -0400 |
| commit | e37d52bd5eb98e6ddf61b766720583481d18bc2b (patch) | |
| tree | 9335d4ee56bcb827bc526fdd8052e0b71ce3d90f /docs/internals | |
| parent | f9c212d09ad59cd5b5d9be06e92be87d44c75d95 (diff) | |
Fixed #22993 -- Deprecated skipIfCustomUser decorator
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index bb0e63dd0c..8ffe9487bd 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -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: |
