class="ui four item menu"> Issues 0 Pull Requests 0 Commits 900 Releases 0

No Description

0042_groupphotoinfo_lensman_type.py 638B

    # -*- coding: utf-8 -*- # Generated by Django 1.11.3 on 2017-09-17 10:06 from __future__ import unicode_literals from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('group', '0041_auto_20170825_1342'), ] operations = [ migrations.AddField( model_name='groupphotoinfo', name='lensman_type', field=models.IntegerField(choices=[(0, '\u666e\u901a\u6444\u5f71\u5e08'), (10, '\u82b1\u7d6e\u6444\u5f71\u5e08')], db_index=True, default=-1, help_text='\u6444\u5f71\u5e08\u7c7b\u522b', verbose_name='lensman_type'), ), ]
kodo - Gogs: Go Git Service

Keine Beschreibung

Brightcells: b90ee8e884 list_filter sr_id vor 6 Jahren
..
migrations 9db41fee66 default False vor 6 Jahren
__init__.py aa31a5f59a Add kodo vor 8 Jahren
admin.py b90ee8e884 list_filter sr_id vor 6 Jahren
apps.py aa31a5f59a Add kodo vor 8 Jahren
models.py dfca004d3e Opt vor 6 Jahren
tests.py aa31a5f59a Add kodo vor 8 Jahren
views.py aa31a5f59a Add kodo vor 8 Jahren