Skip to content

Releases: aio-libs/aiohttp-admin

0.1.0a3

03 Dec 21:38
c3d310b
Compare
Choose a tag to compare
0.1.0a3 Pre-release
Pre-release
  • Used AppKey with aiohttp 3.9.
  • Added Python 3.12 support.
  • Added support for dynamically loaded components.
  • Reverted a change which broke relationship fields.

0.1.0a2

02 Oct 19:38
d6ecc20
Compare
Choose a tag to compare
0.1.0a2 Pre-release
Pre-release
  • Added permission_for() to create sqlalchemy permissions programatically.
  • Added field_props and input_props to the schema to pass extra props to components.
  • Added support for more relationships (one-to-many, many-to-one etc.).
  • Added a js_module option to include custom functions.
  • Added comp(), func() and regex().
  • Added show_actions to allow customising the show actions.
  • Set many additional props/validators from inspecting the SqlAlchemy models.
  • Migrated to Pydantic v2.
  • Fixed behaviour with dates and times.
  • Various minor improvements.

0.1.0a1

23 Apr 13:41
edd1aa3
Compare
Choose a tag to compare
0.1.0a1 Pre-release
Pre-release
  • Removed auth_policy parameter from setup(), this is no longer needed.
  • Added a default identity_callback for simple applications, so it is no longer a required schema item.
  • Added Permissions.all enum value (which should replace tuple(Permissions)).
  • Added validators to inputs (e.g. required, minValue etc. See examples/validators.py).
  • Added extensive permission controls (see examples/permissions.py).
  • Added admin["permission_re"] regex object to test if permission strings are valid.
  • Added buttons for the user to change visible columns in the list view.
  • Added initial support for ORM (1-to-many) relationships.
  • Added option to add simple bulk update buttons.
  • Added option to customise resource icons in sidebar.
  • Added option to customise admin title and resource labels.
  • Added support for non-id primary keys.
  • Added default favicon.
  • Included JS map file.
  • Fixed autocomplete behaviour in reference inputs (e.g. for foreign keys).
  • Fixed handling of date/datetime inputs.

0.1.0a0

27 Feb 23:09
05a4f8c
Compare
Choose a tag to compare
0.1.0a0 Pre-release
Pre-release
  • Migrated to react-admin and completely reinvented the API.

v0.0.4

03 Nov 20:50
5d9ca11
Compare
Choose a tag to compare

Fixed problem with trafaret 2.0

aiohttp_admin v0.0.3

21 Mar 17:00
Compare
Choose a tag to compare
bump version