moviewyrm/bookwyrm/migrations/0145_merge_20220312_1040.py

14 lines
285 B
Python
Raw Normal View History

2022-03-12 10:45:09 +00:00
# Generated by Django 3.2.12 on 2022-03-12 10:40
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
2022-03-15 08:28:33 +00:00
("bookwyrm", "0142_merge_20220225_2103"),
("bookwyrm", "0144_alter_announcement_display_type"),
2022-03-12 10:45:09 +00:00
]
2022-03-15 08:28:33 +00:00
operations = []