Skip to content

Commit c4b64e5

Browse files
committed
Updated the VersionInfo migration.
- Legacy-Id: 13637
1 parent 98dc0d0 commit c4b64e5

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

ietf/utils/migrations/0003_versioninfo.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Generated by Django 1.10.7 on 2017-06-15 03:31
2+
# Generated by Django 1.10.7 on 2017-06-16 01:44
33
from __future__ import unicode_literals
44

55
from django.db import migrations, models
@@ -22,5 +22,8 @@ class Migration(migrations.Migration):
2222
('version', models.CharField(max_length=64)),
2323
('used', models.BooleanField(default=True)),
2424
],
25+
options={
26+
'verbose_name_plural': 'VersionInfo',
27+
},
2528
),
2629
]

0 commit comments

Comments
 (0)