mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-18 02:19:23 +02:00
Delete 0099_domainrequest_action_needed_reason.py
This commit is contained in:
parent
4a57693fb0
commit
bfe2f1730b
1 changed files with 0 additions and 28 deletions
|
@ -1,28 +0,0 @@
|
||||||
# Generated by Django 4.2.10 on 2024-06-07 15:57
|
|
||||||
|
|
||||||
from django.db import migrations, models
|
|
||||||
|
|
||||||
|
|
||||||
class Migration(migrations.Migration):
|
|
||||||
|
|
||||||
dependencies = [
|
|
||||||
("registrar", "0098_alter_domainrequest_status"),
|
|
||||||
]
|
|
||||||
|
|
||||||
operations = [
|
|
||||||
migrations.AddField(
|
|
||||||
model_name="domainrequest",
|
|
||||||
name="action_needed_reason",
|
|
||||||
field=models.TextField(
|
|
||||||
blank=True,
|
|
||||||
choices=[
|
|
||||||
("eligibility_unclear", "Unclear organization eligibility"),
|
|
||||||
("questionable_authorizing_official", "Questionable authorizing official"),
|
|
||||||
("already_has_domains", "Already has domains"),
|
|
||||||
("bad_name", "Doesn’t meet naming requirements"),
|
|
||||||
("other", "Other (no auto-email sent)"),
|
|
||||||
],
|
|
||||||
null=True,
|
|
||||||
),
|
|
||||||
),
|
|
||||||
]
|
|
Loading…
Add table
Add a link
Reference in a new issue