moviewyrm/bookwyrm/migrations/0079_merge_20210804_1746.py

14 lines
275 B
Python
Raw Normal View History

2021-08-04 17:46:56 +00:00
# Generated by Django 3.2.4 on 2021-08-04 17:46
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
2021-08-04 17:58:23 +00:00
("bookwyrm", "0046_user_default_post_privacy"),
("bookwyrm", "0078_add_shelved_date"),
2021-08-04 17:46:56 +00:00
]
2021-08-04 17:58:23 +00:00
operations = []