@@ -157,38 +157,45 @@ pip install /path/to/your_project/dist/DjangoAsyncAdmin-6.5.4.tar.gz
157
157
</tr >
158
158
159
159
<tr >
160
- <td rowspan =" 1 " >6.11.0</td >
160
+ <td rowspan =" 2 " >6.11.0</td >
161
161
<td colspan =" 2 " >
162
- 1. 增加BaseAdmin模型。<br>
163
- 2. 增加了FieldOptions来提供了部分工人数据的推荐FieldOption配置。
162
+ 1. 增加BaseAdmin模型。并实现了用户名和密码等特殊数据在列表中特殊处理显示并拥有特殊GUI。<br>
163
+ <img src =" https://haoke98.github.io/DjangoAsyncAdmin/static/%E6%88%AA%E5%B1%8F2023-12-17%2021.31.01.png " />
164
+
164
165
</td >
165
166
</tr >
167
+ <tr >
168
+ <td colspan =" 2 " >2. 增加了FieldOptions来提供了部分数据字段的推荐FieldOption(align,min_width,..等配置)。</td >
169
+ </tr >
166
170
167
171
<tr >
168
- <td rowspan =" 1 " >6.10.0</td >
172
+ <td rowspan =" 2 " >6.10.0</td >
169
173
<td colspan =" 2 " >
170
174
1. 在 field_options 中新增参数 show_overflow_tooltip 来实现了当字段的值超过当前列的宽度时隐藏超过部分并通过title来完整显示的功能。<br>
171
- 2. 实现了可视化图表设计结果的保存格式化输出并存储于项目的根目录而并非运行时目录。
175
+ < img src = " https://haoke98.github.io/DjangoAsyncAdmin/static/%E6%88%AA%E5%B1%8F2023-12-17%2021.32.16.png " />
172
176
</td >
173
177
</tr >
174
-
175
-
176
-
177
- <tr >
178
- <td rowspan =" 2 " >6.9.0</td >
179
- <td colspan =" 2 " >实现了<a href =" https://haoke98.github.io/DjangoAsyncAdmin/components.html#%E5%AF%86%E7%A0%81%E7%BB%84%E4%BB%B6 " >密码组件(PasswordInputField)</a >.</td >
180
- </tr >
181
178
<tr >
182
- <td colspan =" 2 " >< img src = " https://haoke98.github.io/DjangoAsyncAdmin/static/截屏2023-11-15%2016.20.58.png " /> </td >
179
+ <td colspan =" 2 " >2. 实现了可视化图表设计结果的保存格式化输出并存储于项目的根目录而并非压缩存储在运行时目录。 </td >
183
180
</tr >
184
181
185
182
186
183
<tr >
187
- <td rowspan =" 2 " >6.8.0</td >
188
- <td colspan =" 2 " >实现了<a href =" https://haoke98.github.io/DjangoAsyncAdmin/components.html#json%E7%BC%96%E8%BE%91%E5%99%A8 " >Json编辑器(JsonTextField)</a >.</td >
184
+ <td rowspan =" 1 " >6.9.0</td >
185
+ <td colspan =" 2 " >
186
+ 实现了<a href =" https://haoke98.github.io/DjangoAsyncAdmin/components.html#%E5%AF%86%E7%A0%81%E7%BB%84%E4%BB%B6 " >密码组件(PasswordInputField)</a >.
187
+ <br />
188
+ <img src =" https://haoke98.github.io/DjangoAsyncAdmin/static/截屏2023-11-15%2016.20.58.png " />
189
+ </td >
189
190
</tr >
191
+
190
192
<tr >
191
- <td colspan =" 2 " ><img src =" https://haoke98.github.io/DjangoAsyncAdmin/static/json_text_field.png " /></td >
193
+ <td rowspan =" 1 " >6.8.0</td >
194
+ <td colspan =" 2 " >
195
+ 实现了<a href =" https://haoke98.github.io/DjangoAsyncAdmin/components.html#json%E7%BC%96%E8%BE%91%E5%99%A8 " >Json编辑器(JsonTextField)</a >.
196
+ <br />
197
+ <img src =" https://haoke98.github.io/DjangoAsyncAdmin/static/json_text_field.png " />
198
+ </td >
192
199
</tr >
193
200
194
201
<tr >
0 commit comments