item" href="/Kodo/kodo/issues"> 課題 0 プルリクエスト 0 コミット 747 リリース 0

説明なし

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'), ), ]
kodo - Gogs: Go Git Service

暂无描述

Brightcells: 5ab6542f69 Make account relative ReadOnly or ChangeOnly 8 年之前
..
migrations a7cbbf15a7 Update max_length for CharField 8 年之前
__init__.py 4defb80fdc gogs first init 10 年之前
admin.py 5ab6542f69 Make account relative ReadOnly or ChangeOnly 8 年之前
models.py a7cbbf15a7 Update max_length for CharField 8 年之前
serializers.py f72ccb1875 isort import 10 年之前
tests.py fabef63211 set line_length=200 for isort 10 年之前
tourguide_views.py 208fc20a24 Change to use django-response 8 年之前
views.py 208fc20a24 Change to use django-response 8 年之前