fix for error where db cursor closes when looking for usermisc objects by relation.

This commit is contained in:
2021-05-25 09:21:04 +01:00
parent 39222118ab
commit 99697f4eab
2 changed files with 20 additions and 0 deletions

View File

@@ -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']},
),
]