Merge branch 'main' into switch-edition

This commit is contained in:
Mouse Reeve
2020-12-16 09:21:02 -08:00
15 changed files with 878 additions and 209 deletions

View File

@ -1,4 +1,4 @@
# Generated by Django 3.0.7 on 2020-12-16 17:19
# Generated by Django 3.0.7 on 2020-12-14 05:11
import bookwyrm.models.fields
from django.db import migrations
@ -7,7 +7,7 @@ from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('bookwyrm', '0023_merge_20201216_0112'),
('bookwyrm', '0022_auto_20201212_1744'),
]
operations = [

View File

@ -0,0 +1,14 @@
# Generated by Django 3.0.7 on 2020-12-16 17:21
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('bookwyrm', '0023_auto_20201214_0511'),
('bookwyrm', '0023_merge_20201216_0112'),
]
operations = [
]