--- <usual disclaimer about bit a git newb goes here>
Can we move this to LP soonest?
Cheers, mwh
.../migrations/0001_initial.py | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/android_benchmark_views_app/migrations/0001_initial.py b/android_benchmark_views_app/migrations/0001_initial.py index a9e00ff..59d94bb 100644 --- a/android_benchmark_views_app/migrations/0001_initial.py +++ b/android_benchmark_views_app/migrations/0001_initial.py @@ -6,6 +6,10 @@ from django.db import models
class Migration(SchemaMigration):
+ depends_on = [ + ('dashboard_app', '0001_initial') + ] + def forwards(self, orm):
# Adding model 'BenchmarkReport'
patch applied and new LP project created:
linaro-validation@lists.linaro.org