1
0
mirror of https://github.com/peeringdb/peeringdb.git synced 2024-05-11 05:55:09 +00:00

Updates 2.23 (#843)

* pipenv lock and pyupgrade

* pyupgrade, black format, add docs

* update for py3.7
This commit is contained in:
Matt Griswold
2020-09-30 01:13:38 +00:00
committed by GitHub
parent aed211418d
commit 04f1928b3c
89 changed files with 765 additions and 511 deletions

View File

@@ -71,7 +71,9 @@ class Command(BaseCommand):
elif self.ids:
self.ids = self.ids.split(",")
self.log("Merging facilities %s -> %s" % (", ".join(self.ids), self.target))
self.log(
"Merging facilities {} -> {}".format(", ".join(self.ids), self.target)
)
for fac in pdbm.Facility.objects.filter(id__in=self.ids):
facs.append(fac)