Updates migration

This commit is contained in:
Mouse Reeve 2021-09-30 10:47:53 -07:00
parent 5dd2aac600
commit e6e44decf9
2 changed files with 3 additions and 2 deletions

View file

@ -144,6 +144,7 @@ class SearchResult:
confidence: int = 1
def __repr__(self):
# pylint: disable=consider-using-f-string
return "<SearchResult key={!r} title={!r} author={!r}>".format(
self.key, self.title, self.author
)

View file

@ -1,4 +1,4 @@
# Generated by Django 3.2.4 on 2021-09-14 22:10
# Generated by Django 3.2.5 on 2021-09-30 17:46
from django.db import migrations
@ -6,7 +6,7 @@ from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("bookwyrm", "0096_merge_20210912_0044"),
("bookwyrm", "0101_auto_20210929_1847"),
]
operations = [