Use edit date to track is status has been updated
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
# Generated by Django 3.2.5 on 2021-10-15 00:28
|
||||
# Generated by Django 3.2.5 on 2021-10-15 15:54
|
||||
|
||||
from django.db import migrations, models
|
||||
import bookwyrm.models.fields
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
@ -12,7 +13,7 @@ class Migration(migrations.Migration):
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name="status",
|
||||
name="edited",
|
||||
field=models.BooleanField(default=False),
|
||||
name="edited_date",
|
||||
field=bookwyrm.models.fields.DateTimeField(blank=True, null=True),
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user