summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorExpo on server <expo@expo.survex.com>2020-07-20 23:51:15 +0100
committerExpo on server <expo@expo.survex.com>2020-07-20 23:51:15 +0100
commitf7db908cb22ad617de55d1ced60ca8234e14f8a3 (patch)
treec3c8fae1a35c0900995e3dcc4722466c56778b5f /core
parent1bc82dea15bd4c07b2e9ccc6048f73c236477751 (diff)
downloadtroggle-f7db908cb22ad617de55d1ced60ca8234e14f8a3.tar.gz
troggle-f7db908cb22ad617de55d1ced60ca8234e14f8a3.tar.bz2
troggle-f7db908cb22ad617de55d1ced60ca8234e14f8a3.zip
generated files should be in gitignore
Diffstat (limited to 'core')
-rw-r--r--core/migrations/0001_initial.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/migrations/0001_initial.py b/core/migrations/0001_initial.py
index 8f49234..15c7913 100644
--- a/core/migrations/0001_initial.py
+++ b/core/migrations/0001_initial.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Generated by Django 1.11.29 on 2020-07-20 10:25
+# Generated by Django 1.11.29 on 2020-07-20 22:32
from __future__ import unicode_literals
from django.conf import settings
@@ -324,7 +324,7 @@ class Migration(migrations.Migration):
fields=[
('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')),
('name', models.CharField(max_length=100)),
- ('title', models.CharField(max_length=100)),
+ ('title', models.CharField(max_length=200)),
('date', models.DateField(blank=True, null=True)),
('survexpath', models.CharField(max_length=200)),
('legsall', models.IntegerField(null=True)),