X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Fmodels.py;h=08b095ce899b3de5143ead88d1ed1512d3a3a924;hb=048e585c9c2431b804a3bff921c17fc2d3b34e85;hp=0de4ce09677c1c3b4cc3680d7dacfb45759367f9;hpb=6f9151d28008d4b6fc49e2d9c0cfe2d848a90f9f;p=myslice.git diff --git a/portal/models.py b/portal/models.py index 0de4ce09..08b095ce 100644 --- a/portal/models.py +++ b/portal/models.py @@ -80,6 +80,8 @@ class PendingAuthority(models.Model): address_postalcode = models.TextField() address_state = models.TextField() address_country = models.TextField() + # parent authority of the requested authority + authority_hrn = models.TextField() created = models.DateTimeField(auto_now_add = True) class PendingSlice(models.Model):