Merge branch 'main' into production

This commit is contained in:
Mouse Reeve 2020-11-01 11:14:01 -08:00
commit bfef6f2d8a

View file

@ -0,0 +1,14 @@
# Generated by Django 3.0.7 on 2020-11-01 19:13
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('bookwyrm', '0063_user_last_active_date'),
('bookwyrm', '0063_auto_20201101_1758'),
]
operations = [
]