Skip to content
Snippets Groups Projects
Commit eb1de126 authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files

new data migration

parent b3781892
No related branches found
No related tags found
No related merge requests found
# -*- coding: utf-8 -*-
# Generated by Django 1.10.5 on 2017-03-14 14:49
from __future__ import unicode_literals
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('ippidb', '0003_auto_20170313_1948'),
]
operations = [
migrations.AlterField(
model_name='bibliography',
name='journal_name',
field=models.CharField(max_length=50, null=True, verbose_name='Journal name'),
),
]
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment