Releases: jowilf/starlette-admin
Releases · jowilf/starlette-admin
0.8.2
What's Changed
- Add
allow_paths
parameter to AuthProvider to allow unauthenticated access to specific paths by @jowilf in #187 - Allow Unauthenticated Access to js.cookie.min.js by @mixartemev in #183
New Contributors
- @mixartemev made their first contribution in #183
Full Changelog: 0.8.1...0.8.2
0.8.1
0.8.0
Added
- Add extension to autovalidate SQLAlchemy data with pydantic by @jowilf in #144
- Make
_extract_fields()
method in BaseModelView public and renamed toget_fields_list()
by @jowilf in #148 - Add support for custom object representations in the admin interface with
__admin_repr__
and__admin_select2_repr__
by @jowilf in #152
Internals
Full Changelog: 0.7.0...0.8.0
0.7.0
Added
- Allow custom form for batch actions by @giaptx & @jowilf in #61
- Add TinyMCEEditorField by @sinisaos & @jowilf in #131
Internals
- Refactor and format HTML files for better readability by @jowilf in #136
- Add SQLAlchemy model with Pydantic validation example by @jowilf in #125
New Contributors
Full Changelog: 0.6.0...0.7.0
0.6.0
What's Changed
- Setup i18n and Add French translations by @jowilf in #74
- Add support for initial order (sort) to apply to the table by @jowilf in #115
- Add SQLAlchemy 2 support by @jowilf in #113
- Add TimeZoneField, CountryField, CurrencyField & ArrowField
- Add support for sqlalchemy_utils data types
Fixed
- #69 : Return
HTTP_422_UNPROCESSABLE_ENTITY
when form data is not valid
Full Changelog: 0.5.2...0.6.0
0.5.5
0.5.4
What's Changed
- Refs #99: By default, propagate SQLAlchemyError as ActionFailed in action handler for contrib.sqla by @dolamroth in #105
New Contributors
- @dolamroth made their first contribution in #105
Full Changelog: 0.5.3...0.5.4