Repository URL to install this package:
|
Version:
1.0.0+frontiersignal.0 ▾
|
"""A Django app for adding object tools for models in the admin."""
__version__ = '0.10.0'
# kind of like __all__, make these available for public
from .utils import (
BaseDjangoObjectActions,
DjangoObjectActions,
takes_instance_or_queryset,
)