From ca20070709966cde44a046eb9f8911d16b5f0c84 Mon Sep 17 00:00:00 2001 From: "John H. Hartman" Date: Mon, 22 Sep 2014 13:44:57 -0700 Subject: [PATCH] wip --- planetstack/hpc/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/planetstack/hpc/models.py b/planetstack/hpc/models.py index 1b7535f..bb4c2c4 100644 --- a/planetstack/hpc/models.py +++ b/planetstack/hpc/models.py @@ -64,7 +64,7 @@ class OriginServer(PlCoreBase): def __unicode__(self): return u'%s' % (self.url) -class CDNPrefix(PlCoreBase): +class CDNPrefix(DNSName): class Meta: app_label = "hpc" -- 2.47.0