fix a migration file

This commit is contained in:
David Kennedy 2023-11-10 11:26:25 -05:00
parent c760417e6a
commit ca22972201
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B

View file

@ -13,7 +13,7 @@ class Migration(migrations.Migration):
model_name="domain",
name="expiration_date",
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,
),
),