Releases: aminalaee/sqladmin
Releases · aminalaee/sqladmin
Version 0.8.0
Added
- Add
save_as
option by @aminalaee in #377 - Add
save_as_continue
option by @aminalaee in #379 - Add extra Save buttons for Create/Edit page by @aminalaee in #373
- Display errors in alert for create/edit page by @aminalaee in #382
Fixed
- Fix
_url_for
methods ignoring root_path by @aminalaee in #371 - Fix export to use
list_query
option by @villqrd in #381
New Contributors
Full Changelog: 0.7.0...0.8.0
Version 0.7.0
Added
- Add
on_model_change
andafter_model_change
methods by @dima23113 in #342 - Add
on_model_delete
andafter_model_delete
methods by @aminalaee in #343
Fixed
- Fix search by uuid column by @aminalaee in #366
- Update tests after starlette upgrade by @aminalaee in #344
- Remove hard-coded related model limit by @aminalaee in #354
- Improve items list UI by @ischaojie in #349
- Make navbar work on small screens by @aminalaee in #362
Internal
- Add mypy check with config no_implicit_optional by @ischaojie in #360
- Support test-suite py311 by @ischaojie in #365
- Add py.typed for the package to ship its typing information by @franciscorode in #346
Full Changelog: 0.6.1...0.7.0
Version 0.6.1
Fixed
- Fix Boolean field for both nullable and non-nullable cases in #336
- Fix Flatpickr not respecting readonly inputs in #336
- Disable batch delete when can_delete permission is not provided in #335
Full Changelog: 0.6.0...0.6.1
Version 0.6.0
Added
- Add bulk delete action by @aminalaee in #317
Fixed
- Handle null values when column is nullable by @aminalaee in #323
- Switch Boolean field to select field by @aminalaee in #321
Internal
- Fix form_ajax_refs example in documentation by @GitBib in #311
- Remove watch in mkdocstrings mkdocs's config by @ischaojie in #306
Full Changelog: 0.5.0...0.6.0
Version 0.5.0
Added
- Add remote_ajax_refs by @aminalaee in #292
Fixed
Internal
- Avoid select query with ajax_form_refs by @aminalaee in #300
New Contributors
Full Changelog: 0.4.0...0.5.0
Version 0.4.0
Version 0.3.0
Added
Full Changelog: 0.2.1...0.3.0
Version 0.2.1
Fixed
- Fix
middlewares
andENGINE_TYPE
types by @jockerz in #266 - Fix middlewares not being applied by @aminalaee in #267 and #271
New Contributors
Full Changelog: 0.2.0...0.2.1
Version 0.2.0
Added
- Add
list_query
,count_query
andsearch_query
options by @aminalaee in #243 - Add
BaseView
for custom pages by @just-an-dev in #244 - Add
expose
for BaseView in #251 - Rename
ModelAdmin
toModelView
in #249
New Contributors
- @just-an-dev made their first contribution in #244
Full Changelog: 0.1.12...0.2.0
Version 0.1.12
Added
- Add time field converter by @ischaojie in #214
- Add Edit button for "Details" page by @cuamckuu in #222
- Add column_type_formatters by @aminalaee in #239
Fixed
- Fix lazy subuqery in list query by @aminalaee in #212
- Fix missing browser tab title by @cuamckuu in #229
- Remove sourceMappingURL in JS files by @aminalaee in #231
New Contributors
- @ischaojie made their first contribution in #214
- @cuamckuu made their first contribution in #222
Full Changelog: 0.1.11...0.1.12