Skip to content

Commit b612032

Browse files
committed
Fixed bug with fields on form
1 parent e4e33f9 commit b612032

2 files changed

Lines changed: 15 additions & 14 deletions

File tree

docs/index.html

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,9 @@ <h4 class="title">FastAdmin</h4>
181181
<li class="nav-item">
182182
<a class="nav-link" href="#changelog">Changelog</a>
183183
<ul class="nav flex-column">
184+
<li class="nav-item">
185+
<a class="nav-link" href="#v0_1_23">v0.1.23</a>
186+
</li>
184187
<li class="nav-item">
185188
<a class="nav-link" href="#v0_1_22">v0.1.22</a>
186189
</li>
@@ -193,9 +196,6 @@ <h4 class="title">FastAdmin</h4>
193196
<li class="nav-item">
194197
<a class="nav-link" href="#v0_1_19">v0.1.19</a>
195198
</li>
196-
<li class="nav-item">
197-
<a class="nav-link" href="#v0_1_18">v0.1.18</a>
198-
</li>
199199
</ul>
200200
</li>
201201
</ul>
@@ -209,7 +209,7 @@ <h1>Documentation</h1>
209209
<div class="row">
210210
<div class="col-sm-6 col-lg-4">
211211
<ul class="list-unstyled">
212-
<li><strong>Version:</strong> 1.1.22</li>
212+
<li><strong>Version:</strong> 1.1.23</li>
213213
<li>
214214
<strong>Author:</strong>
215215
<a href="mailto:[email protected]" target="_blank"
@@ -1353,12 +1353,21 @@ <h2>Changelog</h2>
13531353
<hr class="small-divider" />
13541354
<!-- <p class="alert alert-info mb-5"> For Future Updates Follow Us <a target="_blank" href="http://themeforest.net/user/harnishdesign?ref=HarnishDesign">@themeforest</a> / <a target="_blank" href="http://facebook.com/harnishdesign">@facebook</a> / <a target="_blank" href="http://twitter.com/harnishdesign">@twitter</a> / <a target="_blank" href="https://dribbble.com/harnishdesign">@Dribbble</a></p> -->
13551355

1356+
<h3 id="v0_1_23">
1357+
Version 0.1.23
1358+
<small class="text-muted">(16 March, 2023)</small>
1359+
</h3>
1360+
<ul class="changelog">
1361+
<li>Fixed a bug with form fields.</li>
1362+
</ul>
1363+
<hr class="small-divider" />
1364+
13561365
<h3 id="v0_1_22">
13571366
Version 0.1.22
13581367
<small class="text-muted">(16 March, 2023)</small>
13591368
</h3>
13601369
<ul class="changelog">
1361-
<li>Added support for Pony ORM.</li>
1370+
<li>Added support for Pony ORM and SQLAlchemy.</li>
13621371
<li>Updated documentation.</li>
13631372
</ul>
13641373
<hr class="small-divider" />
@@ -1390,14 +1399,6 @@ <h3 id="v0_1_19">
13901399
<ul class="changelog">
13911400
<li>Fixed some minor bugs.</li>
13921401
</ul>
1393-
<hr class="small-divider" />
1394-
1395-
<h3 id="v0_1_18">
1396-
Version 0.1.18 <small class="text-muted">(7 March, 2023)</small>
1397-
</h3>
1398-
<ul class="changelog">
1399-
<li>Initial Release.</li>
1400-
</ul>
14011402
</section>
14021403
</div>
14031404
</div>

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fastadmin"
3-
version = "0.1.22"
3+
version = "0.1.23"
44
description = ""
55
authors = ["Seva D <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)