Fixes federation bugs
This commit is contained in:
parent
6e97592518
commit
a17f54e457
7 changed files with 30 additions and 24 deletions
17
bookwyrm/migrations/0061_auto_20201030_2157.py
Normal file
17
bookwyrm/migrations/0061_auto_20201030_2157.py
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Generated by Django 3.0.7 on 2020-10-30 21:57
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('bookwyrm', '0060_auto_20201030_2010'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RenameModel(
|
||||
old_name='GeneratedStatus',
|
||||
new_name='GeneratedNote',
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue