File tree Expand file tree Collapse file tree 2 files changed +34
-13
lines changed Expand file tree Collapse file tree 2 files changed +34
-13
lines changed Original file line number Diff line number Diff line change @@ -70,19 +70,38 @@ pip install /path/to/your_project/dist/DjangoAsyncAdmin-6.5.4.tar.gz
70
70
| utils.py |
71
71
72
72
## 新增功能日志
73
- ### 6.6.0
74
- 去掉了授权和激活状态的验证机制,从比可免授权免激活,免费使用。
75
- ### 6.5.4
76
-
77
- 升级并优化了后台管理登录页面中的标题和LOGO的展示
78
- ![ ] ( assets/截屏2023-10-07%2005.15.43.png )
79
- <center >变成👇</center >
80
-
81
- ![ ] ( assets/截屏2023-10-07%2005.04.21.png )
82
-
83
- ### 6.5.3
84
-
85
- 实现了列表页中的列表表头和表格底部的合计栏不动,表格bodyscroll的效果
73
+ <table >
74
+ <tr >
75
+ <td >版本</td ><td colspan =" 2 " >说明</td >
76
+ </tr >
77
+
78
+ <tr >
79
+ <td >6.7.0</td >
80
+ <td colspan =" 2 " >增加了基本类BaseModel和BaseModelWithShowRate,减少开发过程中反复进行一些基本字段和属性的设计, 提高设计模型的效率.</td >
81
+ </tr >
82
+
83
+
84
+ <tr >
85
+ <td >6.6.0</td >
86
+ <td colspan =" 2 " >去掉了授权和激活状态的验证机制,从比可免授权免激活,免费使用。</td >
87
+ </tr >
88
+
89
+
90
+ <tr >
91
+ <td rowspan =" 2 " >6.5.4</td >
92
+ <td colspan =" 2 " >升级并优化了后台管理登录页面中的标题和LOGO的展示.</td >
93
+ </tr >
94
+ <tr >
95
+ <td ><img src =" assets/截屏2023-10-07%2005.15.43.png " ></td >
96
+ <td ><img src =" assets/截屏2023-10-07%2005.04.21.png " /></td >
97
+ </tr >
98
+
99
+ <tr >
100
+ <td >6.5.3</td >
101
+ <td colspan =" 2 " >实现了列表页中的列表表头和表格底部的合计栏不动,表格bodyscroll的效果.</td >
102
+ </tr >
103
+
104
+ </table >
86
105
87
106
## 开源许可证
88
107
Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ classifiers = [
17
17
"Homepage" = " https://github.com/Haoke98/DjangoAsyncAdmin"
18
18
"Bug Tracker" = " https://github.com/Haoke98/DjangoAsyncAdmin/issues"
19
19
"Documentation" = " https://haoke98.github.io/DjangoAsyncAdmin/"
20
+ "Documentation" = " https://www.mldoo.com/docs/simplepro/"
21
+ "Demo" = " https://github.com/Haoke98/AllKeeper"
20
22
21
23
[build-system ]
22
24
requires = [" setuptools>=61.0" ]
You can’t perform that action at this time.
0 commit comments