mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-12 22:18:25 +02:00
Delete 0134_domainrequest_requested_suborganization_and_more.py
This commit is contained in:
parent
086d1977b8
commit
5b629bd7ed
1 changed files with 0 additions and 95 deletions
|
@ -1,95 +0,0 @@
|
||||||
# Generated by Django 4.2.10 on 2024-10-23 19:15
|
|
||||||
|
|
||||||
from django.db import migrations, models
|
|
||||||
|
|
||||||
|
|
||||||
class Migration(migrations.Migration):
|
|
||||||
|
|
||||||
dependencies = [
|
|
||||||
("registrar", "0133_domainrequest_rejection_reason_email_and_more"),
|
|
||||||
]
|
|
||||||
|
|
||||||
operations = [
|
|
||||||
migrations.AddField(
|
|
||||||
model_name="domainrequest",
|
|
||||||
name="requested_suborganization",
|
|
||||||
field=models.CharField(blank=True, null=True),
|
|
||||||
),
|
|
||||||
migrations.AddField(
|
|
||||||
model_name="domainrequest",
|
|
||||||
name="suborganization_city",
|
|
||||||
field=models.CharField(blank=True, null=True),
|
|
||||||
),
|
|
||||||
migrations.AddField(
|
|
||||||
model_name="domainrequest",
|
|
||||||
name="suborganization_state_territory",
|
|
||||||
field=models.CharField(
|
|
||||||
blank=True,
|
|
||||||
choices=[
|
|
||||||
("AL", "Alabama (AL)"),
|
|
||||||
("AK", "Alaska (AK)"),
|
|
||||||
("AS", "American Samoa (AS)"),
|
|
||||||
("AZ", "Arizona (AZ)"),
|
|
||||||
("AR", "Arkansas (AR)"),
|
|
||||||
("CA", "California (CA)"),
|
|
||||||
("CO", "Colorado (CO)"),
|
|
||||||
("CT", "Connecticut (CT)"),
|
|
||||||
("DE", "Delaware (DE)"),
|
|
||||||
("DC", "District of Columbia (DC)"),
|
|
||||||
("FL", "Florida (FL)"),
|
|
||||||
("GA", "Georgia (GA)"),
|
|
||||||
("GU", "Guam (GU)"),
|
|
||||||
("HI", "Hawaii (HI)"),
|
|
||||||
("ID", "Idaho (ID)"),
|
|
||||||
("IL", "Illinois (IL)"),
|
|
||||||
("IN", "Indiana (IN)"),
|
|
||||||
("IA", "Iowa (IA)"),
|
|
||||||
("KS", "Kansas (KS)"),
|
|
||||||
("KY", "Kentucky (KY)"),
|
|
||||||
("LA", "Louisiana (LA)"),
|
|
||||||
("ME", "Maine (ME)"),
|
|
||||||
("MD", "Maryland (MD)"),
|
|
||||||
("MA", "Massachusetts (MA)"),
|
|
||||||
("MI", "Michigan (MI)"),
|
|
||||||
("MN", "Minnesota (MN)"),
|
|
||||||
("MS", "Mississippi (MS)"),
|
|
||||||
("MO", "Missouri (MO)"),
|
|
||||||
("MT", "Montana (MT)"),
|
|
||||||
("NE", "Nebraska (NE)"),
|
|
||||||
("NV", "Nevada (NV)"),
|
|
||||||
("NH", "New Hampshire (NH)"),
|
|
||||||
("NJ", "New Jersey (NJ)"),
|
|
||||||
("NM", "New Mexico (NM)"),
|
|
||||||
("NY", "New York (NY)"),
|
|
||||||
("NC", "North Carolina (NC)"),
|
|
||||||
("ND", "North Dakota (ND)"),
|
|
||||||
("MP", "Northern Mariana Islands (MP)"),
|
|
||||||
("OH", "Ohio (OH)"),
|
|
||||||
("OK", "Oklahoma (OK)"),
|
|
||||||
("OR", "Oregon (OR)"),
|
|
||||||
("PA", "Pennsylvania (PA)"),
|
|
||||||
("PR", "Puerto Rico (PR)"),
|
|
||||||
("RI", "Rhode Island (RI)"),
|
|
||||||
("SC", "South Carolina (SC)"),
|
|
||||||
("SD", "South Dakota (SD)"),
|
|
||||||
("TN", "Tennessee (TN)"),
|
|
||||||
("TX", "Texas (TX)"),
|
|
||||||
("UM", "United States Minor Outlying Islands (UM)"),
|
|
||||||
("UT", "Utah (UT)"),
|
|
||||||
("VT", "Vermont (VT)"),
|
|
||||||
("VI", "Virgin Islands (VI)"),
|
|
||||||
("VA", "Virginia (VA)"),
|
|
||||||
("WA", "Washington (WA)"),
|
|
||||||
("WV", "West Virginia (WV)"),
|
|
||||||
("WI", "Wisconsin (WI)"),
|
|
||||||
("WY", "Wyoming (WY)"),
|
|
||||||
("AA", "Armed Forces Americas (AA)"),
|
|
||||||
("AE", "Armed Forces Africa, Canada, Europe, Middle East (AE)"),
|
|
||||||
("AP", "Armed Forces Pacific (AP)"),
|
|
||||||
],
|
|
||||||
max_length=2,
|
|
||||||
null=True,
|
|
||||||
verbose_name="state, territory, or military post",
|
|
||||||
),
|
|
||||||
),
|
|
||||||
]
|
|
Loading…
Add table
Add a link
Reference in a new issue