domain state transition needs to change

This commit is contained in:
Alysia Broddrick 2023-08-16 08:34:56 -07:00
parent f38ed0d4df
commit 2963fd05d1
No known key found for this signature in database
GPG key ID: 03917052CD0F06B7
2 changed files with 50 additions and 24 deletions

View file

@ -149,4 +149,4 @@ class PublicContact(TimeStampedModel):
)
def __str__(self):
return f"{self.name} <{self.email}>"
return f"{self.name} <{self.email}> id: {self.registry_id}"