X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Fmodels.py;h=08b095ce899b3de5143ead88d1ed1512d3a3a924;hb=902d7e75b27625363fb684bc41255241e7f6272a;hp=0de4ce09677c1c3b4cc3680d7dacfb45759367f9;hpb=db29e23d289c0edd696b8c6445765a908d59058c;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):