Adds merge migration and python formatting
This commit is contained in:
parent
de4576bc44
commit
037cc35eeb
3 changed files with 20 additions and 1 deletions
14
bookwyrm/migrations/0131_merge_20220125_1644.py
Normal file
14
bookwyrm/migrations/0131_merge_20220125_1644.py
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Generated by Django 3.2.10 on 2022-01-25 16:44
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('bookwyrm', '0130_alter_listitem_notes'),
|
||||
('bookwyrm', '0130_alter_user_preferred_language'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue