mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-10-31 22:19:00 +00:00
Merge branch 'main' into production
This commit is contained in:
commit
a9a40e4d69
1 changed files with 14 additions and 0 deletions
14
bookwyrm/migrations/0055_merge_20201017_0011.py
Normal file
14
bookwyrm/migrations/0055_merge_20201017_0011.py
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Generated by Django 3.0.7 on 2020-10-17 00:11
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('bookwyrm', '0054_auto_20201016_1707'),
|
||||
('bookwyrm', '0054_auto_20201016_2359'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
]
|
Loading…
Reference in a new issue