Keine Beschreibung

0044_modelcamerabodyinfo_camera_brand_name.py 567B

    # -*- coding: utf-8 -*- # Generated by Django 1.11.26 on 2020-02-23 08:32 from __future__ import unicode_literals from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('mch', '0043_modelcamerabodyinfo'), ] operations = [ migrations.AddField( model_name='modelcamerabodyinfo', name='camera_brand_name', field=models.CharField(blank=True, help_text='\u673a\u8eab\u54c1\u724c', max_length=255, null=True, verbose_name='camera_brand_name'), ), ]