Skip to content

Releases: fastapi-admin/fastapi-admin

v1.0.3

31 Aug 03:28
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare

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
Choose a tag to compare
  • 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
Choose a tag to compare
  • Hide menu when no children menu.
  • Add custom filters.

v0.3.1

04 Sep 01:56
Compare
Choose a tag to compare
  • Auto register permission.
  • Add admin log.
  • Add file import.

v0.3.0

07 Aug 07:12
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare
  • Add password auto hash.
  • Field description as help text for form.
  • Make uvloop dependency optional.