fix - replace BaseModel -> AbstrasctUser (MRO)

This commit is contained in:
2025-10-29 17:41:44 +03:30
parent c56e023088
commit 99c6c3c34d
3 changed files with 29 additions and 0 deletions

6
.idea/data_source_mapping.xml generated Normal file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="DataSourcePerFileMappings">
<file url="file://$APPLICATION_CONFIG_DIR$/consoles/db/9aac63fe-b1bc-424a-837b-432d8d906a4c/console.sql" value="9aac63fe-b1bc-424a-837b-432d8d906a4c" />
</component>
</project>

View File

@@ -0,0 +1,17 @@
# Generated by Django 5.0 on 2025-10-29 13:55
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('authentication', '0043_alter_user_options_alter_user_managers'),
]
operations = [
migrations.AlterField(
model_name='user',
name='username',
field=models.CharField(max_length=150, unique=False),
),
]

View File

@@ -591,3 +591,9 @@ AssertionError: .validate() should return the validated data
[2025-10-29 17:10:46,190] INFO django.utils.autoreload | IP: - | Path: - | Watching for file changes with StatReloader
[2025-10-29 17:25:00,650] INFO django.utils.autoreload | IP: - | Path: - | D:\Project\Rasaddam_Backend\apps\authentication\models.py changed, reloading.
[2025-10-29 17:25:02,925] INFO django.utils.autoreload | IP: - | Path: - | Watching for file changes with StatReloader
[2025-10-29 17:29:04,836] INFO django.utils.autoreload | IP: - | Path: - | D:\Project\Rasaddam_Backend\apps\authentication\models.py changed, reloading.
[2025-10-29 17:29:07,085] INFO django.utils.autoreload | IP: - | Path: - | Watching for file changes with StatReloader
[2025-10-29 17:34:45,920] INFO django.utils.autoreload | IP: - | Path: - | D:\Project\Rasaddam_Backend\apps\authentication\models.py changed, reloading.
[2025-10-29 17:34:48,818] INFO django.utils.autoreload | IP: - | Path: - | Watching for file changes with StatReloader
[2025-10-29 17:41:23,861] INFO django.utils.autoreload | IP: - | Path: - | D:\Project\Rasaddam_Backend\apps\authentication\models.py changed, reloading.
[2025-10-29 17:41:27,025] INFO django.utils.autoreload | IP: - | Path: - | Watching for file changes with StatReloader