All Projects → mtianyan → Xadmin_ueditor_django2.2

mtianyan / Xadmin_ueditor_django2.2

【已废弃,推荐使用TyAdmin】个人修改bug自用版xadmin,ueditor

Programming Languages

javascript
184084 projects - #8 most used programming language

粗略测试可用于2.2 的xadmin 与 Django ueditor

测试使用项目 Mxonline3 VueDjangoFrameworkShop

xadmin_django2.0.1

Build Status

基于原版 for Django 2.0版本分支修改部分bug, 如果对您有所帮助, 还请star!谢谢!

  • 只修改bug, 以及必要改动。个人项目自用, 亲测Python3.5+django2.0.1运行正常

bug汇总(也可通过commit记录查看已修复bug):

  • IndexError(已解决)
list index out of range

解决方案基于: https://github.com/sshwsfc/xadmin/issues/499

  • 导出csv中文乱码(已解决)

解决方案: 修改xadmin/plugins/export.py(大约221行)get_response中charset改为gbk

content_type="%s; charset=gbk" % self.export_mimes[file_type])
  • 后台ImageFiled图片已经有了还需要提交(已解决)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].