mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2025-06-29 19:51:08 +02:00
Swap AbstractBaseUser to AbstractUser
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
# -*- mode: python; coding: utf-8 -*-
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
from django.contrib.auth.models import User
|
||||
from users.models import User
|
||||
from django.test import TestCase
|
||||
|
||||
"""
|
||||
|
Reference in New Issue
Block a user