Makes attachment Images a serializable class

This commit is contained in:
Mouse Reeve
2020-11-27 17:20:01 -08:00
parent 69a6644011
commit 624ff71a11
4 changed files with 56 additions and 13 deletions

View File

@ -0,0 +1,17 @@
# Generated by Django 3.0.7 on 2020-11-28 01:18
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('bookwyrm', '0013_book_origin_id'),
]
operations = [
migrations.RenameModel(
old_name='Attachment',
new_name='Image',
),
]