=== modified file 'lava_projects/migrations/0003_auto__del_projectformeridentifier__del_project.py'
@@ -7,6 +7,10 @@
class Migration(SchemaMigration):
+ depends_on = (
+ ("dashboard_app", "0027_auto__del_testingeffort"),
+ )
+
def forwards(self, orm):
# Deleting model 'ProjectFormerIdentifier'
db.delete_table('lava_projects_projectformeridentifier')
@@ -43,7 +47,7 @@
models = {
-
+
}
- complete_apps = ['lava_projects']
\ No newline at end of file
+ complete_apps = ['lava_projects']
=== added file 'lava_projects/models.py'
@@ -0,0 +1,19 @@
+# Copyright (C) 2010, 2011 Linaro Limited
+#
+# Author: Zygmunt Krynicki <zygmunt.krynicki@linaro.org>
+#
+# This file is part of LAVA Server.
+#
+# LAVA Server is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero General Public License version 3
+# as published by the Free Software Foundation
+#
+# LAVA Server is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU Affero General Public License
+# along with LAVA Server. If not, see <http://www.gnu.org/licenses/>.
+
+# needed for south migrations