We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6415c5c commit 59887dcCopy full SHA for 59887dc
fluent_blogs/migrations/0001_initial.py
@@ -50,7 +50,7 @@ class Migration(migrations.Migration):
50
max_length=1,
51
verbose_name="status",
52
db_index=True,
53
- choices=[("p", "Published"), ("d", "Draft")],
+ choices=[("p", "Published"), ("h", "Hidden"), ("d", "Draft")],
54
),
55
56
(
0 commit comments