Update partial date migration to latest main

This commit is contained in:
Adeodato Simó 2023-11-09 13:59:39 -03:00
parent e928027e16
commit 2bb7652dfe
No known key found for this signature in database
GPG key ID: CDF447845F1A986F

View file

@ -1,4 +1,4 @@
# Generated by Django 3.2.20 on 2023-10-23 02:46
# Generated by Django 3.2.20 on 2023-11-09 16:57
import bookwyrm.models.fields
from django.db import migrations, models
@ -7,7 +7,7 @@ from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
("bookwyrm", "0181_merge_20230806_2302"),
("bookwyrm", "0184_auto_20231106_0421"),
]
operations = [