We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e3c92a commit 04aeb94Copy full SHA for 04aeb94
pgcommitfest/userprofile/migrations/0002_notifications.py
@@ -15,7 +15,7 @@ class Migration(migrations.Migration):
15
model_name="userprofile",
16
name="notify_all_author",
17
field=models.BooleanField(
18
- default=False, verbose_name="Notify on all where author"
+ default=True, verbose_name="Notify on all where author"
19
),
20
21
migrations.AddField(
0 commit comments