File: 0012_namedtestattribute_metadata.py

package info (click to toggle)
lava-server 2016.12-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 28,288 kB
  • sloc: python: 34,417; sh: 902; makefile: 298; xml: 154
file content (19 lines) | stat: -rw-r--r-- 436 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# -*- coding: utf-8 -*-
# Generated by Django 1.9.4 on 2016-08-01 10:43
from __future__ import unicode_literals

from django.db import migrations


class Migration(migrations.Migration):

    dependencies = [
        ('lava_results_app', '0011_namedtestattribute'),
    ]

    operations = [
        migrations.AlterModelOptions(
            name='namedtestattribute',
            options={'verbose_name': 'metadata'},
        ),
    ]