Merge migration

This commit is contained in:
Mouse Reeve 2020-12-15 17:53:20 -08:00
parent b36eaef172
commit af823cf645

View file

@ -0,0 +1,14 @@
# Generated by Django 3.0.7 on 2020-12-16 01:12
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('bookwyrm', '0017_auto_20201212_0059'),
('bookwyrm', '0022_auto_20201212_1744'),
]
operations = [
]