From 8fb4de3c1267c58c34a880026dd7cc75b1b6f960 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Tue, 20 Oct 2015 18:58:48 +0000 Subject: Change (etc) to (etc). "self" always was a really bad choice for something implemented in Python, holdover from an older specification, but Django ORM's troubles with "self" as a keyword argument were the last straw. Enough already. Backwards compatability should be a straightforward data migration. svn path=/branches/tk705/; revision=6134 --- rpki/gui/app/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rpki/gui/app/models.py') diff --git a/rpki/gui/app/models.py b/rpki/gui/app/models.py index c49e6d43..56ada2ab 100644 --- a/rpki/gui/app/models.py +++ b/rpki/gui/app/models.py @@ -122,7 +122,7 @@ class Alert(models.Model): class Conf(rpki.irdb.models.ResourceHolderCA): """This is the center of the universe, also known as a place to - have a handle on a resource-holding entity. It's the + have a handle on a resource-holding entity. It's the in the rpkid schema. """ -- cgit v1.2.3