mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-12-03 14:56:42 +00:00
Updates migration
This commit is contained in:
parent
a4859668b8
commit
c6bdc34499
1 changed files with 2 additions and 19 deletions
|
@ -1,4 +1,4 @@
|
||||||
# Generated by Django 3.2.5 on 2021-10-07 22:53
|
# Generated by Django 3.2.5 on 2021-12-15 18:18
|
||||||
|
|
||||||
import bookwyrm.models.activitypub_mixin
|
import bookwyrm.models.activitypub_mixin
|
||||||
import bookwyrm.models.fields
|
import bookwyrm.models.fields
|
||||||
|
@ -9,7 +9,7 @@ import django.db.models.deletion
|
||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
("bookwyrm", "0106_user_preferred_language"),
|
("bookwyrm", "0120_list_embed_key"),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
||||||
|
@ -43,23 +43,6 @@ class Migration(migrations.Migration):
|
||||||
},
|
},
|
||||||
bases=(bookwyrm.models.activitypub_mixin.CollectionItemMixin, models.Model),
|
bases=(bookwyrm.models.activitypub_mixin.CollectionItemMixin, models.Model),
|
||||||
),
|
),
|
||||||
migrations.AlterField(
|
|
||||||
model_name="user",
|
|
||||||
name="preferred_language",
|
|
||||||
field=models.CharField(
|
|
||||||
blank=True,
|
|
||||||
choices=[
|
|
||||||
("en-us", "English"),
|
|
||||||
("de-de", "Deutsch (German)"),
|
|
||||||
("es", "Español (Spanish)"),
|
|
||||||
("fr-fr", "Français (French)"),
|
|
||||||
("zh-hans", "简体中文 (Simplified Chinese)"),
|
|
||||||
("zh-hant", "繁體中文 (Traditional Chinese)"),
|
|
||||||
],
|
|
||||||
max_length=255,
|
|
||||||
null=True,
|
|
||||||
),
|
|
||||||
),
|
|
||||||
migrations.CreateModel(
|
migrations.CreateModel(
|
||||||
name="FileLink",
|
name="FileLink",
|
||||||
fields=[
|
fields=[
|
Loading…
Reference in a new issue