Loading db.sqlite3-journaldeleted 100644 → 0 −96.9 KiB File deleted. View file opds_catalog/__pycache__/models.cpython-35.pyc +84 B (6.33 KiB) File changed.No diff preview for this file type. View original file View changed file opds_catalog/__pycache__/opdsdb.cpython-35.pyc +60 B (5.64 KiB) File changed.No diff preview for this file type. View original file View changed file opds_catalog/migrations/0007_auto_20161114_2307.py 0 → 100644 +25 −0 Original line number Diff line number Diff line # -*- coding: utf-8 -*- # Generated by Django 1.10.3 on 2016-11-14 20:07 from __future__ import unicode_literals from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('opds_catalog', '0006_auto_20161114_2254'), ] operations = [ migrations.AddField( model_name='book', name='search_title', field=models.CharField(default=None, max_length=256), ), migrations.AddField( model_name='series', name='search_ser', field=models.CharField(db_index=True, default=None, max_length=80), ), ] Loading
opds_catalog/__pycache__/models.cpython-35.pyc +84 B (6.33 KiB) File changed.No diff preview for this file type. View original file View changed file
opds_catalog/__pycache__/opdsdb.cpython-35.pyc +60 B (5.64 KiB) File changed.No diff preview for this file type. View original file View changed file
opds_catalog/migrations/0007_auto_20161114_2307.py 0 → 100644 +25 −0 Original line number Diff line number Diff line # -*- coding: utf-8 -*- # Generated by Django 1.10.3 on 2016-11-14 20:07 from __future__ import unicode_literals from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('opds_catalog', '0006_auto_20161114_2254'), ] operations = [ migrations.AddField( model_name='book', name='search_title', field=models.CharField(default=None, max_length=256), ), migrations.AddField( model_name='series', name='search_ser', field=models.CharField(db_index=True, default=None, max_length=80), ), ]