Skip to content

Commit

Permalink
Merge branch 'v6.8'
Browse files Browse the repository at this point in the history
# Conflicts:
#	README.md
  • Loading branch information
Haoke98 committed Nov 18, 2023
2 parents 12ba2eb + 8b2170b commit 9e9eba6
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,30 +154,24 @@ pip install /path/to/your_project/dist/DjangoAsyncAdmin-6.5.4.tar.gz
<td>版本</td><td colspan="2">说明</td>
</tr>

<tr>
<td rowspan="1">6.7.3</td>
<td colspan="2">修复了密码组件(PasswordInputField)上存在的渲染异常.</td>
</tr>

<tr>
<td rowspan="2">6.7.2</td>
<td colspan="2">实现了Json编辑器(JsonTextField)和密码生成Input(PasswordInputField)等组件,并且同时初步调整了组件目录结构,提高了代码的可读性.</td>
<td rowspan="2">6.9.0</td>
<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>
</tr>
<tr>
<td colspan="2"><img src="https://haoke98.github.io/DjangoAsyncAdmin/static/json_text_field.png"/></td>
<td colspan="2"><img src="https://haoke98.github.io/DjangoAsyncAdmin/static/截屏2023-11-15%2016.20.58.png"/></td>
</tr>



<tr>
<td rowspan="2">6.7.1</td>
<td colspan="2">增加了拥有复制和自动生成密码的表单字段 PasswordFormField.</td>
<td rowspan="2">6.8.0</td>
<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>
</tr>
<tr>
<td colspan="2"><img src="https://haoke98.github.io/DjangoAsyncAdmin/static/截屏2023-11-15%2016.20.58.png"/></td>
<td colspan="2"><img src="https://haoke98.github.io/DjangoAsyncAdmin/static/json_text_field.png"/></td>
</tr>


<tr>
<td>6.7.0</td>
<td colspan="2">增加了基本类BaseModel和BaseModelWithShowRate,减少开发过程中反复进行一些基本字段和属性的设计, 提高设计模型的效率.</td>
Expand Down

0 comments on commit 9e9eba6

Please sign in to comment.