Fastapi Admin Versions Save

A fast admin dashboard based on FastAPI and TortoiseORM with tabler ui, inspired by Django admin

v0.1.4

1 year ago
  • Add widgets.filters.Boolean class
  • Fix multiple json field input. (#98)
  • Fix jinja2.ext.autoescape error.

v1.0.3

2 years ago
  • 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

2 years ago
  • 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

2 years ago
  • 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

2 years ago

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

3 years ago
  • Fix latest tortoise error.
  • Fix home menu and update version.
  • Only show action buttons if user has permission.

v0.3.2

3 years ago
  • Hide menu when no children menu.
  • Add custom filters.

v0.3.1

3 years ago
  • Auto register permission.
  • Add admin log.
  • Add file import.

v0.3.0

3 years ago
  • 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

3 years ago
  • Rename fastapi_admin.models.User to fastapi_admin.models.AbstractUser.
  • Move is_superuser and is_active to base AbstractUser.
  • Fix createsuperuser error.