1 parent 98dc0d0 commit c4b64e5Copy full SHA for c4b64e5
1 file changed
ietf/utils/migrations/0003_versioninfo.py
@@ -1,5 +1,5 @@
1
# -*- coding: utf-8 -*-
2
-# Generated by Django 1.10.7 on 2017-06-15 03:31
+# Generated by Django 1.10.7 on 2017-06-16 01:44
3
from __future__ import unicode_literals
4
5
from django.db import migrations, models
@@ -22,5 +22,8 @@ class Migration(migrations.Migration):
22
('version', models.CharField(max_length=64)),
23
('used', models.BooleanField(default=True)),
24
],
25
+ options={
26
+ 'verbose_name_plural': 'VersionInfo',
27
+ },
28
),
29
]
0 commit comments