内容简介:django admin 主题框架simpleui发布2.7版本 本次更新内容如下: fix #124 只能打开一个同名tab的bug fix #126 快捷菜单名称过长导致空白 fix #128 没actions导致报错 fix #129 TZ时区问题 fix #131 title被遮挡问...
django admin 主题框架simpleui发布2.7版本
本次更新内容如下:
fix #124 只能打开一个同名tab的bug
fix #126 快捷菜单名称过长导致空白
fix #128 没actions导致报错
fix #129 TZ时区问题
fix #131 title被遮挡问题
fix #134 import插件样式
add elementui 2.11.1
add version upgrade tips
安装:
pip install django-simpleui
升级:
pip install django-simpleui -U
码云主页地址:
https://gitee.com/tompeppa/simpleui
Github地址:
https://github.com/newpanjing/simpleui
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Mastering Regular Expressions, Second Edition
Jeffrey E F Friedl / O'Reilly Media / 2002-07-15 / USD 39.95
Regular expressions are an extremely powerful tool for manipulating text and data. They have spread like wildfire in recent years, now offered as standard features in Perl, Java, VB.NET and C# (and an......一起来看看 《Mastering Regular Expressions, Second Edition》 这本书的介绍吧!