Aucune description

0040_auto_20170825_1342.py 1.8KB

    # -*- coding: utf-8 -*- # Generated by Django 1.11.3 on 2017-08-25 05:42 from __future__ import unicode_literals from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('group', '0039_auto_20170821_1613'), ] operations = [ migrations.AlterField( model_name='groupphotoorderinfo', name='group_id', field=models.CharField(blank=True, db_index=True, help_text='\u7fa4\u7ec4\u552f\u4e00\u6807\u8bc6', max_length=32, null=True, verbose_name='group_id'), ), migrations.AlterField( model_name='groupphotoorderinfo', name='lensman_photo_id', field=models.CharField(blank=True, db_index=True, help_text='\u6444\u5f71\u5e08\u7167\u7247\u552f\u4e00\u6807\u8bc6\uff0c\u540c PhotosInfo \u8868', max_length=127, null=True, verbose_name='lensman_photo_id'), ), migrations.AlterField( model_name='groupphotoorderinfo', name='photo_id', field=models.CharField(blank=True, db_index=True, help_text='\u7167\u7247\u552f\u4e00\u6807\u8bc6', max_length=32, null=True, verbose_name='photo_id'), ), migrations.AlterField( model_name='groupphotoorderinfo', name='session_id', field=models.CharField(blank=True, db_index=True, help_text='\u7167\u7247\u7ec4\u552f\u4e00\u6807\u8bc6\uff0c\u540c PhotosInfo \u8868', max_length=32, null=True, verbose_name='session_id'), ), migrations.AlterField( model_name='groupphotoorderinfo', name='user_id', field=models.CharField(blank=True, db_index=True, help_text='\u7528\u6237\u552f\u4e00\u6807\u8bc6', max_length=32, null=True, verbose_name='user_id'), ), ]