1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Refs #22993 -- Removed skipIfCustomUser per deprecation timeline.

This commit is contained in:
Tim Graham
2016-12-30 18:10:04 -05:00
parent e707e4c709
commit e90c745afd
3 changed files with 2 additions and 16 deletions

View File

@@ -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.