Незначительные исправления для AccountModel
This commit is contained in:
20
net/xeaf/rack/migrations/0002_alter_sessionmodel_account.py
Normal file
20
net/xeaf/rack/migrations/0002_alter_sessionmodel_account.py
Normal file
@@ -0,0 +1,20 @@
|
||||
# Generated by Django 6.0.7 on 2026-07-20 07:59
|
||||
|
||||
import django.db.models.deletion
|
||||
from django.conf import settings
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('net_xeaf_rack', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='sessionmodel',
|
||||
name='account',
|
||||
field=models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, to=settings.AUTH_USER_MODEL, verbose_name='rack.models.account'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user