Keine Beschreibung

0045_auto_20180930_1159.py 777B

    # -*- coding: utf-8 -*- # Generated by Django 1.11.15 on 2018-09-30 03:59 from __future__ import unicode_literals from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('group', '0044_auto_20180103_0446'), ] operations = [ migrations.AlterField( model_name='groupinfo', name='phone', field=models.CharField(blank=True, help_text='\u5bfc\u6e38\u7535\u8bdd', max_length=11, null=True, verbose_name='phone'), ), migrations.AlterField( model_name='groupuserinfo', name='phone', field=models.CharField(blank=True, help_text='\u7528\u6237\u7535\u8bdd', max_length=11, null=True, verbose_name='phone'), ), ]