Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ninemoreminutes/django-admin-object-actions
Object-level actions in the Django admin interface.
https://github.com/ninemoreminutes/django-admin-object-actions
django django-admin
Last synced: 3 months ago
JSON representation
Object-level actions in the Django admin interface.
- Host: GitHub
- URL: https://github.com/ninemoreminutes/django-admin-object-actions
- Owner: ninemoreminutes
- License: other
- Created: 2018-04-17T04:05:41.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-20T12:07:29.000Z (over 3 years ago)
- Last Synced: 2024-10-12T08:12:08.430Z (4 months ago)
- Topics: django, django-admin
- Language: Python
- Homepage: https://pypi.org/project/django-admin-object-actions/
- Size: 91.8 KB
- Stars: 34
- Watchers: 5
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
|Build Status| |PyPI Version| |PyPI License| |Python Versions| |Django Versions| |Read the Docs|
Django-Admin-Object-Actions
===========================**Django-Admin-Object-Actions** provides object-level actions in the Django
admin interface.In contrast to the built-in admin actions, which are only applied to a list of
objects from the change list, object actions apply to a single object and can be
accessed from either the change list view or the change form view.Each action is defined declaratively on the ``ModelAdmin`` instance and may
provide a form for additional input or validation before executing the action.Inspired by `This Article `_.
Documentation can be found at `RTFD `_.
It is tested against:
* Django 1.11 (Python 3.5 and 3.6)
* Django 2.0 (Python 3.5, 3.6 and 3.7)
* Django 2.1 (Python 3.5, 3.6 and 3.7)
* Django 2.2 (Python 3.5, 3.6, 3.7, 3.8 and 3.9)
* Django 3.0 (Python 3.6, 3.7, 3.8 and 3.9)
* Django 3.1 (Python 3.6, 3.7, 3.8 and 3.9)
* Django 3.2 pre-release (Python 3.6, 3.7, 3.8 and 3.9)
* Django main/4.0 (Python 3.8 and 3.9).. |Build Status| image:: https://img.shields.io/github/workflow/status/ninemoreminutes/django-admin-object-actions/test
:target: https://github.com/ninemoreminutes/django-admin-object-actions/actions?query=workflow%3Atest
.. |PyPI Version| image:: https://img.shields.io/pypi/v/django-admin-object-actions.svg
:target: https://pypi.org/project/django-admin-object-actions/
.. |PyPI License| image:: https://img.shields.io/pypi/l/django-admin-object-actions.svg
:target: https://pypi.org/project/django-admin-object-actions/
.. |Python Versions| image:: https://img.shields.io/pypi/pyversions/django-admin-object-actions.svg
:target: https://pypi.org/project/django-admin-object-actions/
.. |Django Versions| image:: https://img.shields.io/pypi/djversions/django-admin-object-actions.svg
:target: https://pypi.org/project/django-admin-object-actions/
.. |Read the Docs| image:: https://img.shields.io/readthedocs/django-admin-object-actions.svg
:target: http://django-admin-object-actions.readthedocs.io/