Skip to content

Commit 59887dc

Browse files
committed
Fix migration metadata
1 parent 6415c5c commit 59887dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fluent_blogs/migrations/0001_initial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class Migration(migrations.Migration):
5050
max_length=1,
5151
verbose_name="status",
5252
db_index=True,
53-
choices=[("p", "Published"), ("d", "Draft")],
53+
choices=[("p", "Published"), ("h", "Hidden"), ("d", "Draft")],
5454
),
5555
),
5656
(

0 commit comments

Comments
 (0)