File tree Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -78,24 +78,13 @@ pip install /path/to/your_project/dist/DjangoAsyncAdmin-6.5.4.tar.gz
78
78
</tr >
79
79
80
80
<tr >
81
- <td rowspan =" 2 " >6.7.2 </td >
81
+ <td rowspan =" 2 " >6.8.0 </td >
82
82
<td colspan =" 2 " >实现了Json编辑器(JsonTextField)和密码生成Input(PasswordInputField)等组件,并且同时初步调整了组件目录结构,提高了代码的可读性.</td >
83
83
</tr >
84
84
<tr >
85
85
<td colspan =" 2 " ><img src =" https://haoke98.github.io/DjangoAsyncAdmin/static/json_text_field.png " /></td >
86
86
</tr >
87
87
88
-
89
-
90
- <tr >
91
- <td rowspan =" 2 " >6.7.1</td >
92
- <td colspan =" 2 " >增加了拥有复制和自动生成密码的表单字段 PasswordFormField.</td >
93
- </tr >
94
- <tr >
95
- <td colspan =" 2 " ><img src =" https://haoke98.github.io/DjangoAsyncAdmin/static/截屏2023-11-15%2016.20.58.png " /></td >
96
- </tr >
97
-
98
-
99
88
<tr >
100
89
<td >6.7.0</td >
101
90
<td colspan =" 2 " >增加了基本类BaseModel和BaseModelWithShowRate,减少开发过程中反复进行一些基本字段和属性的设计, 提高设计模型的效率.</td >
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " DjangoAsyncAdmin"
3
- version = " 6.7.2 "
3
+ version = " 6.8.0 "
4
4
authors = [
5
5
{ name = " Sadam·Sadik" , email = " 1903249375@qq.com" },
6
6
]
You can’t perform that action at this time.
0 commit comments