1234567891011121314151617181920 |
- # -*- coding: utf-8 -*-
- # Generated by Django 1.11.2 on 2017-08-16 19:44
- from __future__ import unicode_literals
- from django.db import migrations, models
- class Migration(migrations.Migration):
- dependencies = [
- ('backoffice', '0003_auto_20170816_2143'),
- ]
- operations = [
- migrations.AlterField(
- model_name='reference',
- name='ecli',
- field=models.CharField(blank=True, max_length=200),
- ),
- ]
|