Merge migration

This commit is contained in:
Mouse Reeve 2022-03-26 13:07:27 -07:00
parent ec21d20b90
commit 71cbe611de

View file

@ -0,0 +1,13 @@
# Generated by Django 3.2.12 on 2022-03-26 20:06
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("bookwyrm", "0146_auto_20220316_2320"),
("bookwyrm", "0147_alter_user_preferred_language"),
]
operations = []