Releases: aminalaee/sqladmin
Releases Β· aminalaee/sqladmin
Version 0.14.1
Version 0.14.0
Added
- Pass request to model view methods by @rossmacarthur in #547
- Set
sessionmaker
onBaseAdmin
by @rossmacarthur in #542 - Allow custom properties by @aminalaee in #544
- Change signature of delete_model by @aminalaee in #550
- Support SQLAlchemy sessionmaker in Admin by @aminalaee in #565
Fixed
- Fix
expose
andaction
Auth backend not called by @aminalaee in #561
Full Changelog: 0.13.0...0.14.0
Version 0.13.0
Fixed
- Remove httpx from requirements by @agn-7 in #520
- Fix issue when search query contains special characters by @uriyyo in #523
- Fix Ajax UUID by @aminalaee in #525
- Fix search pagination by @aminalaee in #528
- Drop Python3.7 by @aminalaee in #530
- Fix Enum in detail page by @aminalaee in #531
- Add
unique()
to query related models by @florianabel in #535 - Add PosrgreSQL JSONB type support by @uriyyo in #533
New Contributors
- @agn-7 made their first contribution in #520
- @uriyyo made their first contribution in #523
- @florianabel made their first contribution in #535
Full Changelog: 0.12.0...0.13.0
Version 0.12.0
Added
- Support
sqlalchemy.sql.sqltypes.Uuid
by @dexter-dopping-ekco in #501 - Implement multi pk support by @dexter-dopping-ekco in #507
- Support special
__all__
keyword by @aminalaee in #511 - use @login_required for custom actions and views by @aminalaee in #513
Fixed
- Each
ModelView
can now have actions with the same name/slug by @murrple-1 in #503 - Fix count query in search page by @aminalaee in #506
New Contributors
- @dexter-dopping-ekco made their first contribution in #501
Full Changelog: 0.11.0...0.12.0
Version 0.11.0
Added
- Add ability to specify custom actions by @murrple-1 in #486
- Add
ChoiceType
by @aminalaee in #482 - Add sqlalchemy_fields URLType converter by @aminalaee in #493
- Upgrade fontawesome by @aminalaee in #481
Full Changelog: 0.10.3...0.11.0
Version 0.10.3
Fixed
- Fix ImageType converter by @aminalaee in #471
- reset UploadFile seek after reading by @murrple-1 in #473
- Fix unnecessary joins in details and edit page by @aminalaee in #476
New Contributors
- @murrple-1 made their first contribution in #473
Full Changelog: 0.10.2...0.10.3
Version 0.10.2
Fixed
- Fix nullable string fields by @aminalaee in #465
- Fix Multiselect field saving only one value by @nik-joseph in #463
New Contributors
- @nik-joseph made their first contribution in #463
Full Changelog: 0.10.1...0.10.2
Version 0.10.1
Version 0.10.0
Breaking change
- Change AuthenticationBackend
authenticate
signature to support OAuth in #440
Added
Fixed
- Fix docstrings by @linomp in #434
- Update to work with Starlette URL type in url_for by @aminalaee in #444
- Fix nullable Integers to accept zero value by @ovginkel in #445
Full Changelog: 0.9.0...0.10.0
Version 0.9.0
Added
- Support SQLAlchemy V2 in #411
- Support PostgreSQL arrays in #414
- Add custom form converters in #399
- Support SQLAlchemy composite types in #421
- Add sqlalchemy_utils
PhoneNumberType
,ColorType
andArrowType
in #422
Fixed
- Fix re-rendering create/edit page with existing data in #385
- Fix exclude columns breaking order in #407
- Fix control relationships in list page in #409
- Fix asyncpg BigInt query in #416
Full Changelog: 0.8.0...0.9.0