Fix stopped reading status model in non-javascript environment
This commit is contained in:
parent
5eb113af6b
commit
8deee2220e
3 changed files with 18 additions and 5 deletions
|
@ -6,9 +6,8 @@ from django.db import migrations
|
|||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('bookwyrm', '0134_alter_stopped_reading'),
|
||||
('bookwyrm', '0141_alter_report_status'),
|
||||
("bookwyrm", "0134_alter_stopped_reading"),
|
||||
("bookwyrm", "0141_alter_report_status"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
]
|
||||
operations = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue