1 Star 0 Fork 0

Wine助手/lutris-website

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
0005_auto_20150718_0042.py 565 Bytes
一键复制 编辑 原始数据 按行查看 历史
Mathieu Comandon 提交于 2015-07-18 06:45 +08:00 . Pin some dependencies
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import models, migrations
class Migration(migrations.Migration):
dependencies = [
('common', '0004_auto_20150717_2348'),
]
operations = [
migrations.AlterField(
model_name='news',
name='content_markup_type',
field=models.CharField(default=b'restructuredtext', max_length=30, editable=False, choices=[(b'', b'--'), (b'html', 'HTML'), (b'plain', 'Plain'), (b'restructuredtext', 'Restructured Text')]),
),
]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/winegame/lutris-website.git
git@gitee.com:winegame/lutris-website.git
winegame
lutris-website
lutris-website
master

搜索帮助