We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8275408 + 0d08145 commit d7970fcCopy full SHA for d7970fc
main/migrations/0006_auto_20180603_0745.py
@@ -0,0 +1,25 @@
1
+# -*- coding: utf-8 -*-
2
+# Generated by Django 1.10 on 2018-06-03 07:45
3
+from __future__ import unicode_literals
4
+
5
+from django.db import migrations, models
6
7
8
+class Migration(migrations.Migration):
9
10
+ dependencies = [
11
+ ('main', '0005_auto_20180603_0736'),
12
+ ]
13
14
+ operations = [
15
+ migrations.AlterField(
16
+ model_name='component',
17
+ name='license',
18
+ field=models.CharField(max_length=50, null=True),
19
+ ),
20
21
22
+ name='version',
23
24
25
0 commit comments