From bb61f0186d5c490caa44f3e3672d81e14414d33c Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Wed, 23 Mar 2022 12:15:36 +0100 Subject: Refs #32365 -- Removed internal uses of utils.timezone.utc alias. Remaining test case ensures that uses of the alias are mapped canonically by the migration writer. --- tests/auth_tests/test_remote_user.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/auth_tests/test_remote_user.py') diff --git a/tests/auth_tests/test_remote_user.py b/tests/auth_tests/test_remote_user.py index 8fb1b972b5..9e6e0dce20 100644 --- a/tests/auth_tests/test_remote_user.py +++ b/tests/auth_tests/test_remote_user.py @@ -1,4 +1,4 @@ -from datetime import datetime +from datetime import datetime, timezone from django.conf import settings from django.contrib.auth import authenticate @@ -13,7 +13,6 @@ from django.test import ( modify_settings, override_settings, ) -from django.utils import timezone from django.utils.deprecation import RemovedInDjango50Warning -- cgit v1.3