lass="text grey right age">7 年 前 TemplatedPathPlugin.js 11e3a9652a first 7 年 前 UmdMainTemplatePlugin.js 11e3a9652a first 7 年 前 UnsupportedFeatureWarning.js 11e3a9652a first 7 年 前 UseStrictPlugin.js 11e3a9652a first 7 年 前 WarnCaseSensitiveModulesPlugin.js 11e3a9652a first 7 年 前 WatchIgnorePlugin.js 11e3a9652a first 7 年 前 WebpackError.js 11e3a9652a first 7 年 前 WebpackOptionsApply.js 11e3a9652a first 7 年 前 WebpackOptionsDefaulter.js 11e3a9652a first 7 年 前 WebpackOptionsValidationError.js 11e3a9652a first 7 年 前 compareLocations.js 11e3a9652a first 7 年 前 formatLocation.js 11e3a9652a first 7 年 前 prepareOptions.js 11e3a9652a first 7 年 前 removeAndDo.js 11e3a9652a first 7 年 前 validateSchema.js 11e3a9652a first 7 年 前 webpack.js 11e3a9652a first 7 年 前 webpack.web.js 11e3a9652a first 7 年 前 kodo - Gogs: Go Git Service

Nav apraksta

0031_activityinfo_model_uni_names.py 601B

    # -*- coding: utf-8 -*- # Generated by Django 1.11.20 on 2019-05-21 06:24 from __future__ import unicode_literals from django.db import migrations import jsonfield.fields class Migration(migrations.Migration): dependencies = [ ('mch', '0030_auto_20190301_1402'), ] operations = [ migrations.AddField( model_name='activityinfo', name='model_uni_names', field=jsonfield.fields.JSONField(blank=True, default=[], help_text='\u578b\u53f7\u7edf\u4e00\u540d\u79f0\u5217\u8868', null=True, verbose_name='model_uni_names'), ), ]