mirror of
https://github.com/ajurna/cbwebreader.git
synced 2026-05-04 13:22:34 +00:00
fix for error where db cursor closes when looking for usermisc objects by relation.
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# Generated by Django 3.2.3 on 2021-05-25 08:20
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('comic', '0027_auto_20210506_1356'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='comicpage',
|
||||
options={'ordering': ['index']},
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user