Anton Shestakov <av6@dwimlabs.net>, Sat, 23 Sep 2017 12:53:04 +0800
models: "finished" was dropped from order by, so this index is not used
Index page still uses "finished" in order by, but it needs a different index.
--- a/candolint/models.py Sat Sep 23 12:43:15 2017 +0800
+++ b/candolint/models.py Sat Sep 23 12:53:04 2017 +0800
(('project', 'ordinal'), True),
- (('project', 'finished', 'ordinal'), True)