mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-14 21:44:08 +02:00
fix a migration file
This commit is contained in:
parent
c760417e6a
commit
ca22972201
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ class Migration(migrations.Migration):
|
||||||
model_name="domain",
|
model_name="domain",
|
||||||
name="expiration_date",
|
name="expiration_date",
|
||||||
field=models.DateField(
|
field=models.DateField(
|
||||||
help_text="Duplication of registry's expirationdate saved for ease of reporting",
|
help_text="Duplication of registry's expiration date saved for ease of reporting",
|
||||||
null=True,
|
null=True,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue