remove serialize (#25)
This commit is contained in:
parent
4ddfe8898d
commit
430644f35f
20
dbfilestorage/migrations/0003_auto_remove_serialize.py
Normal file
20
dbfilestorage/migrations/0003_auto_remove_serialize.py
Normal file
@ -0,0 +1,20 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.10.4 on 2017-01-20 20:51
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('dbfilestorage', '0002_add_filehash_rename_files'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='dbfile',
|
||||
name='name',
|
||||
field=models.CharField(max_length=100),
|
||||
),
|
||||
]
|
Loading…
Reference in New Issue
Block a user