summaryrefslogtreecommitdiff
path: root/app/people
diff options
context:
space:
mode:
Diffstat (limited to 'app/people')
-rw-r--r--app/people/migrations/0001_initial.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/people/migrations/0001_initial.py b/app/people/migrations/0001_initial.py
index 9174f3f..6f21bea 100644
--- a/app/people/migrations/0001_initial.py
+++ b/app/people/migrations/0001_initial.py
@@ -1,4 +1,4 @@
-# Generated by Django 2.0.1 on 2018-03-07 10:27
+# Generated by Django 2.0.1 on 2018-04-05 09:06
from django.db import migrations, models
import django.db.models.deletion
@@ -28,7 +28,7 @@ class Migration(migrations.Migration):
('postal_code', models.CharField(blank=True, max_length=20, null=True)),
('country', models.CharField(max_length=200, null=True)),
('phone', models.CharField(blank=True, max_length=22, null=True)),
- ('slug', models.CharField(max_length=50)),
+ ('slug', models.CharField(blank=True, max_length=50)),
('body_markdown', models.TextField(blank=True, null=True)),
('body_html', models.TextField(blank=True, null=True)),
('next_contact_date', models.DateField(blank=True, null=True)),