[MIG] bi_sql_editor: Migration to 15.0

This commit is contained in:
mariadforgeflow
2021-12-13 09:21:22 +01:00
committed by chien
parent 6e9d6111b0
commit 26bc8bcbee
5 changed files with 25 additions and 22 deletions

View File

@@ -526,7 +526,7 @@ class BiSQLView(models.Model):
return self.name
return "{} ({})".format(
self.name,
datetime.utcnow().strftime(_("%m/%d/%Y %H:%M:%S UTC")),
datetime.utcnow().strftime("%m/%d/%Y %H:%M:%S UTC"),
)
def _prepare_menu(self):