election-start-line="41" selection-start-column="61" selection-end-line="41" selection-end-column="61" /> <folding> <element signature="e#0#40#0" expanded="true" /> </folding> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/scripts/build-data.js"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="306"> <caret line="99" column="59" lean-forward="true" selection-start-line="98" selection-start-column="6" selection-end-line="99" selection-end-column="59" /> <folding /> </state> </provider> </entry> </component> </project> pai2 - Gogs: Go Git Service

拍爱

0002_auto_20151113_1419.py 772B

    # -*- coding: utf-8 -*- from __future__ import unicode_literals from django.db import models, migrations class Migration(migrations.Migration): dependencies = [ ('photo', '0001_initial'), ] operations = [ migrations.AddField( model_name='photosinfo', name='lensman_id', field=models.CharField(max_length=255, blank=True, help_text='\u6444\u5f71\u5e08\u552f\u4e00\u6807\u8bc6', null=True, verbose_name='lensman_id', db_index=True), ), migrations.AlterIndexTogether( name='photosinfo', index_together=set([('lensman_id', 'session_id')]), ), migrations.RemoveField( model_name='photosinfo', name='lesman_id', ), ]