moviewyrm/bookwyrm/migrations/0048_merge_20210308_1754.py

14 lines
278 B
Python
Raw Normal View History

2021-03-08 17:54:53 +00:00
# Generated by Django 3.0.7 on 2021-03-08 17:54
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
2021-03-08 17:58:07 +00:00
("bookwyrm", "0047_connector_isbn_search_url"),
("bookwyrm", "0047_merge_20210228_1839"),
2021-03-08 17:54:53 +00:00
]
2021-03-08 17:58:07 +00:00
operations = []