Merge remote-tracking branch 'origin' into ab/hotfix-staging-unique-hosts

This commit is contained in:
Alysia Broddrick 2024-01-09 10:12:58 -08:00
commit 8585756553
No known key found for this signature in database
GPG key ID: 03917052CD0F06B7
13 changed files with 41 additions and 37 deletions

View file

@ -1253,7 +1253,7 @@ admin.site.register(models.DomainInformation, DomainInformationAdmin)
admin.site.register(models.Domain, DomainAdmin)
admin.site.register(models.DraftDomain, DraftDomainAdmin)
# Host and HostIP removed from django admin because changes in admin
# do not propogate to registry and logic not applied
# do not propagate to registry and logic not applied
admin.site.register(models.Host, MyHostAdmin)
admin.site.register(models.Website, WebsiteAdmin)
admin.site.register(models.PublicContact, AuditedAdmin)