Releases: aminalaee/sqladmin
Releases · aminalaee/sqladmin
Version 0.1.11
Added
- Add
form_include_pk
option by @aminalaee in #207
Fixed
- Fix handling of iterable fields by @okapies in #204
- Fix nullable Enum form by @aminalaee in #205
Full Changelog: 0.1.10...0.1.11
Version 0.1.10
Added
- Add support for one-to-one relationship by @okapies in #182
- Add support for UUIDType from sqlalchemy_utils by @okapies in #183
- Add sqlalchemy_utils URL, Currency and Timezone by @aminalaee in #185
- Add form_widget_args by @aminalaee in #188
- Add column_default_sort by @aminalaee in #191
Fixed
- Fix link relationship to details page when null by @aminalaee in #174
- docs: fix typos by @pgrimaud in #161
- Allow QuerySelectField override object_list with form_args by @aminalaee in #171
- Fix form fields order when specifying columns by @okapies in #184
- Fix ModelConverter when
impl
is not callable by @aminalaee in #186
New Contributors
Full Changelog: 0.1.9...0.1.10
Version 0.1.9
Version 0.1.9 - 2022-05-27
Added
- Add column_formatters by @skarrok in #140
- Add column_formatters_detail by @aminalaee in #141
- Handling for sqlalchemy_utils EmailType and IPAddressType by @colin99d in #150
- Link relationships to detail page by @aminalaee in #153
Fixed
- Function signature typing, and renames by @dwreeves in #116
- Fix SQLModel UUID type by @aminalaee in #158
New Contributors
Full Changelog: 0.1.8...0.1.9
Version 0.1.8
Version 0.1.8 - 2022-04-18
Added
- Add csv export support by @dwreeves in #101
- Expose Starlette middlewares and debug to the Admin by @tr11 in #114
Fixed
- Fix Export unlimited rows by @aminalaee in #107
- Add form and export options docs by @aminalaee in #110
- fix docstring issues by adding an explicit handler by @dwreeves in #106
- Fix get_model_attr with column labels by @aminalaee in #128
- Delay call to
self.get_converter
by @lovetoburnswhen in #129
New Contributors
- @tr11 made their first contribution in #114
- @lovetoburnswhen made their first contribution in #129
Full Changelog: 0.1.7...0.1.8
Version 0.1.7
Version 0.1.7 - 2022-03-22
Added
- Add SQLModel support by @aminalaee in #94
- Add form-specific functionality to ModelAdmin by @dwreeves in #97
- Add
UUID
field converter by @aminalaee in #82 - Add PostgreSQL
INET
andMACADDR
converters by @aminalaee in #83
Fixed
- Fix Boolean field checkbox UI by @aminalaee in #88
- Fix PostgreSQL UUID PrimaryKey by @aminalaee in #92
- Fix Source Code Link by @baurt in #95
New Contributors
Full Changelog: 0.1.6...0.1.7
Version 0.1.6
Version 0.1.6 - 2022-03-09
Added
- FontAwesome6 icons by @EssaAlshammri in #78
- Add
column_sortable_list
by @aminalaee in #65 - Add JSON column converters by @aminalaee in #74
Fixed
- Fix URL search regex by @art1415926535 in #67
- Fix Enum in Edit page by @aminalaee in #71
New Contributors
- @art1415926535 made their first contribution in #67
- @EssaAlshammri made their first contribution in #78
Full Changelog: 0.1.5...0.1.6
Version 0.1.5
Version 0.1.4
Version 0.1.4 - 2022-02-16
Added
Fixed
- Improve pagination in #36
Internal
- Instantiate ModelAdmin internally to avoid class methods in #31
Full Changelog: 0.1.3...0.1.4
Version 0.1.3
Version 0.1.3 - 2022-01-24
Added
- Add
title
andlogo
options by @aminalaee in #20 - Adding
order_by
to list pagination query by @bigg01 in #25 - Allow Relationship properties in list and detail views by @aminalaee in #22
New Contributors
Full Changelog: 0.1.2...0.1.3
Version 0.1.2
Version 0.1.2 (#19)