Corrects references in tests
This commit is contained in:
parent
3aa9c3accf
commit
13a8bb45af
6 changed files with 37 additions and 9 deletions
28
bookwyrm/migrations/0046_auto_20200921_1509.py
Normal file
28
bookwyrm/migrations/0046_auto_20200921_1509.py
Normal file
|
@ -0,0 +1,28 @@
|
|||
# Generated by Django 3.0.7 on 2020-09-21 15:09
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('bookwyrm', '0045_merge_20200810_2010'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RenameField(
|
||||
model_name='user',
|
||||
old_name='fedireads_user',
|
||||
new_name='bookwyrm_user',
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='connector',
|
||||
name='connector_file',
|
||||
field=models.CharField(choices=[('openlibrary', 'Openlibrary'), ('self_connector', 'Self Connector'), ('bookwyrm_connector', 'Bookwyrm Connector')], max_length=255),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='sitesettings',
|
||||
name='name',
|
||||
field=models.CharField(default='1d8390fd.ngrok.io', max_length=100),
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue