fixed typo in on hold status

This commit is contained in:
Alysia Broddrick 2023-09-12 17:47:56 -07:00
parent 3a2610ae27
commit e4c7155aca
No known key found for this signature in database
GPG key ID: 03917052CD0F06B7

View file

@ -1,4 +1,4 @@
# Generated by Django 4.2.1 on 2023-09-12 21:40
# Generated by Django 4.2.1 on 2023-09-13 00:46
from django.db import migrations, models
import django_fsm
@ -18,9 +18,8 @@ class Migration(migrations.Migration):
("unknown", "Unknown"),
("dns needed", "Dns Needed"),
("ready", "Ready"),
("client hold", "On Hold"),
("on hold", "On Hold"),
("deleted", "Deleted"),
("onhold", "Onhold"),
],
default="unknown",
help_text="Very basic info about the lifecycle of this domain object",