diff options
| author | Tim Graham <timograham@gmail.com> | 2016-12-30 18:10:04 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-01-17 14:09:29 -0500 |
| commit | e90c745afdcf89bc3416c9cb2d4a06dfacb2a250 (patch) | |
| tree | 8fa5ffb0de3854831faee7614938e56a6830988b /docs | |
| parent | e707e4c709c2e3f2dad69643eb838f87491891f8 (diff) | |
Refs #22993 -- Removed skipIfCustomUser per deprecation timeline.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.0.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/2.0.txt b/docs/releases/2.0.txt index 0982218b92..c87faba783 100644 --- a/docs/releases/2.0.txt +++ b/docs/releases/2.0.txt @@ -259,3 +259,5 @@ these features. zones no longer convert aware datetimes to naive values in UTC anymore when such values are passed as parameters to SQL queries executed outside of the ORM, e.g. with ``cursor.execute()``. + +* ``django.contrib.auth.tests.utils.skipIfCustomUser()`` is removed. |
