From 40c34bb6427f634ee4c9fc4fe7539d7f993abc19 Mon Sep 17 00:00:00 2001 From: Michael Elkins Date: Thu, 21 Apr 2016 21:23:25 +0000 Subject: Update the GUI to work with the new rcynicdb. svn path=/branches/tk705/; revision=6365 --- rpki/gui/app/models.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'rpki/gui/app/models.py') diff --git a/rpki/gui/app/models.py b/rpki/gui/app/models.py index 56ada2ab..fb1cafff 100644 --- a/rpki/gui/app/models.py +++ b/rpki/gui/app/models.py @@ -1,5 +1,5 @@ # Copyright (C) 2010 SPARTA, Inc. dba Cobham Analytic Solutions -# Copyright (C) 2012 SPARTA, Inc. a Parsons Company +# Copyright (C) 2012, 2016 SPARTA, Inc. a Parsons Company # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -35,8 +35,6 @@ class TelephoneField(models.CharField): models.CharField.__init__(self, **kwargs) - - class Parent(rpki.irdb.models.Parent): """proxy model for irdb Parent""" @@ -261,7 +259,7 @@ class ResourceCert(models.Model): not_after = models.DateTimeField() # Locator for this object. Used to look up the validation status, expiry - # of ancestor certs in cacheview + # of ancestor certs in gui_rpki_cache uri = models.CharField(max_length=255) def __unicode__(self): -- cgit v1.2.3