https://github.com/saxix/django-adminactions
collection of useful django actions to use with ModelAdmin or AdminSite.
https://github.com/saxix/django-adminactions
Last synced: 2 days ago
JSON representation
collection of useful django actions to use with ModelAdmin or AdminSite.
- Host: GitHub
- URL: https://github.com/saxix/django-adminactions
- Owner: saxix
- License: other
- Created: 2012-09-02T08:27:42.000Z (over 12 years ago)
- Default Branch: develop
- Last Pushed: 2025-04-03T11:12:34.000Z (12 days ago)
- Last Synced: 2025-04-13T20:17:47.683Z (2 days ago)
- Language: Python
- Homepage: http://saxix.github.io/django-adminactions/
- Size: 2.5 MB
- Stars: 687
- Watchers: 15
- Forks: 116
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
- License: LICENSE
- Authors: AUTHORS.md
Awesome Lists containing this project
- awesome-django-admin - django-adminactions - Collection of useful actions to use with django.contrib.admin.ModelAdmin and/or django.contrib.admin.AdminSite (Packages to install at your project / Actions)
README
# django-adminactions
[](https://badge.fury.io/py/django-adminactions)
[](https://codecov.io/github/saxix/django-adminactions?branch=develop)
[](https://github.com/saxix/django-adminactions/actions/workflows/test.yml)
[](https://saxix.github.io/django-adminactions/)
[](https://pypi.org/project/django-adminactions/)
[](https://pypi.org/project/django-adminactions/)Collection of useful actions to use with `django.contrib.admin.ModelAdmin` and/or `django.contrib.admin.AdminSite`
#### Actions
- Export as CSV
- Export as Excel
- Export as fixture
- Export delete tree
- Mass update records
- Graph queryset
- Merge records
- Find Duplicates
- Bulk Update#### Project Links
- Code: [https://github.com/saxix/django-adminactions](https://github.com/saxix/django-adminactions)
- Documentation:[https://saxix.github.io/django-adminactions/](https://saxix.github.io/django-adminactions/)
- Issue Tracker: [https://github.com/saxix/django-adminactions/issues](https://github.com/saxix/django-adminactions/issues?sort)
- Download Package: [https://pypi.org/project/django-adminactions/](https://pypi.org/project/django-adminactions/)