django4-inline-actions adds actions to each row of the ModelAdmin or InlineModelAdmin in Django 4+. Version 2.1 supports Python 3.8+ and Django 4+. Release cadence is low.
pip install django4-inline-actionsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Adds inline actions to each row of an inline model admin.
from inline_actions.actions import ... and from inline_actions.admin import ...
Ensure Django version is 4.0 or higher.
Use InlineActionsMixin and InlineActionsAdminMixin as documented.