mirror of
https://github.com/fastapi-admin/fastapi-admin.git
synced 2026-03-13 10:32:25 +08:00
746 B
746 B
ChangeLog
0.3
0.3.1
- Auto register permission.
- Add admin log.
- Add file import.
0.3.0
- Search_fields not required.
- Bug fix.
- Add
_rowVariantand_cellVariants. - Add update password.
- Fix user create password hash.
- Make
Role,Permissionabstract.
0.2
0.2.9
- Rename
fastapi_admin.models.Usertofastapi_admin.models.AbstractUser. - Move
is_superuserandis_activeto baseAbstractUser. - Fix
createsuperusererror.
0.2.8
- Add password auto hash.
Fielddescription as help text for form.- Make
uvloopdependency optional.
0.2.7
- Add custom login_view.
0.2.6
- Fix createsuperuser error.
- Update cli.
0.2.5
- Now there has builtin menus.
- Fix field type.