Skip to content

Commit adec789

Browse files
committed
The default value for app_instance_namespace should be the empty string
1 parent 166acee commit adec789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pages/migrations/0002_auto_20160705_1051.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class Migration(migrations.Migration):
1515
migrations.AddField(
1616
model_name='page',
1717
name='app_instance_namespace',
18-
field=models.CharField(default=None, editable=False, max_length=100, verbose_name='app instance namespace'),
18+
field=models.CharField(default='', editable=False, max_length=100, verbose_name='app instance namespace'),
1919
preserve_default=False,
2020
),
2121
migrations.AlterField(

0 commit comments

Comments
 (0)