Download:
child 303:cfaaf0b0ec71
parent 301:508c24e708e0
302:0209ed19c6b5
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.

1 файлов изменено, 0 вставок(+), 1 удалений(-) [+]
candolint/models.py file | annotate | diff | comparison | revisions
--- a/candolint/models.py Sat Sep 23 12:43:15 2017 +0800
+++ b/candolint/models.py Sat Sep 23 12:53:04 2017 +0800
@@ -96,7 +96,6 @@
class Meta:
indexes = (
(('project', 'ordinal'), True),
- (('project', 'finished', 'ordinal'), True)
)
def get_duration(self):