mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 14:17:19 +00:00
misc fixes. also fixed tests.
This commit is contained in:
20
comic/migrations/0015_auto_20160405_1126.py
Normal file
20
comic/migrations/0015_auto_20160405_1126.py
Normal file
@@ -0,0 +1,20 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.9.2 on 2016-04-05 10:26
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('comic', '0014_auto_20160404_1402'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='comicbook',
|
||||
name='file_name',
|
||||
field=models.CharField(max_length=100),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user