We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 756a04d commit ed8512eCopy full SHA for ed8512e
spkrepo/views/admin.py
@@ -290,7 +290,7 @@ def on_model_delete(self, model):
290
("upgrade_wizard", "upgrade_wizard"),
291
("startable", "startable"),
292
)
293
-
+ # TODO: Add beta and all_builds_active with Flask-Admin>1.0.8
294
column_default_sort = (Version.insert_date, True)
295
296
# Custom queries
@@ -533,7 +533,7 @@ def can_unsign(self):
533
("insert_date", "insert_date"),
534
("active", "active"),
535
536
+ # TODO: Add version.package with Flask-Admin>1.0.8
537
column_default_sort = (Build.insert_date, True)
538
539
0 commit comments