|
|
@@ -1,5 +1,5 @@
|
|
|
# -*- coding: utf-8 -*-
|
|
|
-# Generated by Django 1.10 on 2016-08-17 18:42
|
|
|
+# Generated by Django 1.10 on 2016-08-18 15:43
|
|
|
from __future__ import unicode_literals
|
|
|
|
|
|
from django.db import migrations, models
|
|
|
@@ -23,7 +23,7 @@ class Migration(migrations.Migration):
|
|
|
('label', models.CharField(blank=True, help_text=b"Name of the field as displayed to users (if not provided, the field's name will be used)", max_length=50)),
|
|
|
('description', models.CharField(blank=True, max_length=100)),
|
|
|
('required', models.BooleanField(default=False, help_text=b'Determines whether this field is required when creating new objects or editing an existing object.')),
|
|
|
- ('default', models.CharField(blank=True, help_text=b'Default value for the field. N/A for selection fields.', max_length=100)),
|
|
|
+ ('default', models.CharField(blank=True, help_text=b'Default value for the field. Use "true" or "false" for booleans. N/A for selection fields.', max_length=100)),
|
|
|
('obj_type', models.ManyToManyField(help_text=b'The object(s) to which this field applies.', related_name='custom_fields', to='contenttypes.ContentType', verbose_name=b'Object(s)')),
|
|
|
],
|
|
|
options={
|