Releases: fastapi-admin/fastapi-admin
Releases · fastapi-admin/fastapi-admin
v1.0.3
31 Aug 03:28
Compare
Sorry, something went wrong.
No results found
Fix action link.
Fix get_m2m_field.
Refactor ComputeField and remove get_compute_fields.
Upgrade aioredis to 2.0.
Make get_current_admin error to 401 and add 401 error page.
v1.0.2
08 Jul 13:51
Compare
Sorry, something went wrong.
No results found
Use str type for pk path param. (#52 )
Fix Image input.
filters can accept str type and default use Search filter.
Fix accessible when not login. (#53 )
v1.0.1
03 Jun 13:57
Compare
Sorry, something went wrong.
No results found
Add column_attributes.
Remove can_create and add get_toolbar_actions.
Add DistinctColumn filter.
Fix datetime filter.
Add resource.get_compute_fields.
Fix init admin.
v1.0.0
09 May 08:52
Compare
Sorry, something went wrong.
No results found
This is a completely different version and rewrite all code. If you are using old version, you can't upgrade directly, but completely rewrite your code. So just consider try it in your new project.
v0.3.3
04 Feb 13:54
Compare
Sorry, something went wrong.
No results found
Fix latest tortoise error.
Fix home menu and update version.
Only show action buttons if user has permission.
v0.3.2
20 Oct 08:37
Compare
Sorry, something went wrong.
No results found
Hide menu when no children menu.
Add custom filters.
v0.3.1
04 Sep 01:56
Compare
Sorry, something went wrong.
No results found
Auto register permission.
Add admin log.
Add file import.
v0.3.0
07 Aug 07:12
Compare
Sorry, something went wrong.
No results found
Search_fields not required.
Bug fix.
Add _rowVariant and _cellVariants.
Add update password.
Fix user create password hash.
Make Role,Permission abstract.
v0.2.9
20 Jul 09:15
Compare
Sorry, something went wrong.
No results found
Rename fastapi_admin.models.User to fastapi_admin.models.AbstractUser.
Move is_superuser and is_active to base AbstractUser.
Fix createsuperuser error.
v0.2.8
01 Jul 16:12
Compare
Sorry, something went wrong.
No results found
Add password auto hash.
Field description as help text for form.
Make uvloop dependency optional.