Download:
child 3:73d07ba32f93
parent 1:4c512d0ecec5
2:213d23f13f6f
Anton Shestakov <av6@dwimlabs.net>, Mon, 13 Jun 2016 09:54:55 +0800
candolint: revision number is not unique for a project (after editing history)

1 файлов изменено, 0 вставок(+), 1 удалений(-) [+]
candolint/models.py file | annotate | diff | comparison | revisions
--- a/candolint/models.py Mon Jun 13 09:47:55 2016 +0800
+++ b/candolint/models.py Mon Jun 13 09:54:55 2016 +0800
@@ -33,7 +33,6 @@
class Meta:
indexes = (
- (('rev', 'project'), True),
(('node', 'project'), True),
)