Repository URL to install this package:
|
Version:
2.4.1rc1 ▾
|
# Generated by Django 2.1.2 on 2018-10-28 11:33
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('tests', '0039_customdocument_description'),
]
operations = [
migrations.AddField(
model_name='customdocument',
name='file_hash',
field=models.CharField(blank=True, editable=False, max_length=40),
),
]