18 lines
400 B
Python
18 lines
400 B
Python
|
|
# Generated by Django 6.0.1 on 2026-02-19 08:50
|
||
|
|
|
||
|
|
from django.db import migrations
|
||
|
|
|
||
|
|
|
||
|
|
class Migration(migrations.Migration):
|
||
|
|
|
||
|
|
dependencies = [
|
||
|
|
('contracts', '0013_alter_contract_unique_together'),
|
||
|
|
]
|
||
|
|
|
||
|
|
operations = [
|
||
|
|
migrations.AlterModelOptions(
|
||
|
|
name='paragraph',
|
||
|
|
options={'ordering': ['-date'], 'verbose_name_plural': 'Paragraphs'},
|
||
|
|
),
|
||
|
|
]
|