Skip to content

Commit dd80faa

Browse files
committed
Fixed a bug with inline fk_name field. Added pydantic as dependency.
1 parent 7aeab92 commit dd80faa

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

docs/index.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ <h1>Documentation</h1>
215215
<div class="row">
216216
<div class="col-sm-6 col-lg-4">
217217
<ul class="list-unstyled">
218-
<li><strong>Version:</strong> 0.1.25</li>
218+
<li><strong>Version:</strong> 0.1.26</li>
219219
<li>
220220
<strong>Author:</strong>
221221
<a href="mailto:vsdudakov@gmail.com" target="_blank"
@@ -1356,6 +1356,16 @@ <h2>Changelog</h2>
13561356
<hr class="small-divider" />
13571357
<!-- <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> -->
13581358

1359+
<h3 id="v0_1_26">
1360+
Version 0.1.26
1361+
<small class="text-muted">(25 March, 2024)</small>
1362+
</h3>
1363+
<ul class="changelog">
1364+
<li>Fixed bugs.</li>
1365+
<li>Added RichTextArea WidgetType based on quill wysiwig editor.</li>
1366+
</ul>
1367+
<hr class="small-divider" />
1368+
13591369
<h3 id="v0_1_25">
13601370
Version 0.1.25
13611371
<small class="text-muted">(25 March, 2024)</small>

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.25"
3+
version = "0.1.26"
44
description = ""
55
authors = ["Seva D <vsdudakov@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)