mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-02 07:52:15 +02:00
Create 0058_alter_domaininformation_options.py
This commit is contained in:
parent
0c2681ebfd
commit
8311d94c7f
1 changed files with 16 additions and 0 deletions
|
@ -0,0 +1,16 @@
|
|||
# Generated by Django 4.2.7 on 2023-12-27 22:26
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("registrar", "0057_domainapplication_submission_date"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name="domaininformation",
|
||||
options={"verbose_name_plural": "Domain information"},
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue