0.16.0
版本发布时间: 2023-11-14 17:13:13
aminalaee/sqladmin最新发布版本:0.19.0(2024-09-06 15:13:12)
Version 0.16.0
This release contains a few breaking changes in Jinja2 and internal methods
Added
- Switch to async templates by @aminalaee in https://github.com/aminalaee/sqladmin/pull/652
- Allow using related model fields in list/details page by @aminalaee in https://github.com/aminalaee/sqladmin/pull/653
- Allow sort by related model field by @aminalaee in https://github.com/aminalaee/sqladmin/pull/654
- Add search by related model field by @aminalaee in https://github.com/aminalaee/sqladmin/pull/655
- Expose request to model events by @holdmybeer1min in https://github.com/aminalaee/sqladmin/pull/660
Fixed
- Allow model columns to bear the same name as reserved wtforms.BaseForm attributes by @brouberol in https://github.com/aminalaee/sqladmin/pull/658
- Change pk converter in routes by @aminalaee in https://github.com/aminalaee/sqladmin/pull/666
- Fix multiple PK model containing boolean values by @ncarvajalc in https://github.com/aminalaee/sqladmin/pull/670
- Fix docs: Cookbook form_ajax_refs definition by @j123b567 in https://github.com/aminalaee/sqladmin/pull/659
- Fix docs: icon not rendered in writing custom views by @WiraDKP in https://github.com/aminalaee/sqladmin/pull/664
- Fix brand icon is not showing by @WiraDKP in https://github.com/aminalaee/sqladmin/pull/665
New Contributors
- @j123b567 made their first contribution in https://github.com/aminalaee/sqladmin/pull/659
- @WiraDKP made their first contribution in https://github.com/aminalaee/sqladmin/pull/664
- @holdmybeer1min made their first contribution in https://github.com/aminalaee/sqladmin/pull/660
- @brouberol made their first contribution in https://github.com/aminalaee/sqladmin/pull/658
- @ncarvajalc made their first contribution in https://github.com/aminalaee/sqladmin/pull/670
Full Changelog: https://github.com/aminalaee/sqladmin/compare/0.15.2...0.16.0