trash models added, first attempt for remainign issues
This commit is contained in:
@@ -0,0 +1,52 @@
|
||||
# Generated by Django 5.2.10 on 2026-01-12 13:36
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('igny8_core_auth', '0020_fix_historical_account'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.CreateModel(
|
||||
name='AccountTrash',
|
||||
fields=[
|
||||
],
|
||||
options={
|
||||
'verbose_name': 'Account (Trash)',
|
||||
'verbose_name_plural': 'Accounts (Trash)',
|
||||
'proxy': True,
|
||||
'indexes': [],
|
||||
'constraints': [],
|
||||
},
|
||||
bases=('igny8_core_auth.account',),
|
||||
),
|
||||
migrations.CreateModel(
|
||||
name='SectorTrash',
|
||||
fields=[
|
||||
],
|
||||
options={
|
||||
'verbose_name': 'Sector (Trash)',
|
||||
'verbose_name_plural': 'Sectors (Trash)',
|
||||
'proxy': True,
|
||||
'indexes': [],
|
||||
'constraints': [],
|
||||
},
|
||||
bases=('igny8_core_auth.sector',),
|
||||
),
|
||||
migrations.CreateModel(
|
||||
name='SiteTrash',
|
||||
fields=[
|
||||
],
|
||||
options={
|
||||
'verbose_name': 'Site (Trash)',
|
||||
'verbose_name_plural': 'Sites (Trash)',
|
||||
'proxy': True,
|
||||
'indexes': [],
|
||||
'constraints': [],
|
||||
},
|
||||
bases=('igny8_core_auth.site',),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user