mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-12 04:29:44 +02:00
updated migration with merge conflict
This commit is contained in:
parent
f9360bec20
commit
d356e4879d
1 changed files with 2 additions and 12 deletions
|
@ -1,4 +1,4 @@
|
||||||
# Generated by Django 4.2.10 on 2024-03-09 11:32
|
# Generated by Django 4.2.10 on 2024-03-13 21:07
|
||||||
|
|
||||||
from django.db import migrations, models
|
from django.db import migrations, models
|
||||||
|
|
||||||
|
@ -6,20 +6,10 @@ from django.db import migrations, models
|
||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
("registrar", "0074_create_groups_v08"),
|
("registrar", "0075_create_groups_v08"),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
||||||
migrations.AlterField(
|
|
||||||
model_name="domaininformation",
|
|
||||||
name="other_contacts",
|
|
||||||
field=models.ManyToManyField(
|
|
||||||
blank=True,
|
|
||||||
related_name="contact_domain_requests_information",
|
|
||||||
to="registrar.contact",
|
|
||||||
verbose_name="Other employees",
|
|
||||||
),
|
|
||||||
),
|
|
||||||
migrations.AlterField(
|
migrations.AlterField(
|
||||||
model_name="domainrequest",
|
model_name="domainrequest",
|
||||||
name="current_websites",
|
name="current_websites",
|
Loading…
Add table
Add a link
Reference in a new issue