Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 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: 2024-01-31T08:23:25.000Z (11 months ago)
- Last Synced: 2024-11-30T22:02:02.742Z (12 days ago)
- Language: Python
- Homepage:
- Size: 2.28 MB
- Stars: 685
- Watchers: 16
- Forks: 115
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
- License: LICENSE
- Authors: AUTHORS.rst
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
===================[![Pypi](https://badge.fury.io/py/django-adminactions.svg)](https://badge.fury.io/py/django-adminactions)
[![coverage](https://codecov.io/github/saxix/django-adminactions/coverage.svg?branch=develop)](https://codecov.io/github/saxix/django-adminactions?branch=develop)
[![Test](https://github.com/saxix/django-adminactions/actions/workflows/test.yml/badge.svg)](https://github.com/saxix/django-adminactions/actions/workflows/test.yml)
[![Docs](https://readthedocs.org/projects/django-adminactions/badge/?version=latest)](https://django-adminactions.readthedocs.io/en/latest/)Collection of useful actions to use with
django.contrib.admin.ModelAdmin and/or django.contrib.admin.AdminSitePlease see the changelog at http://django-adminactions.readthedocs.org/en/latest/changes.html
#### 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
- Documentation: https://django-adminactions.readthedocs.org/en/latest/
- Issue Tracker: https://github.com/saxix/django-adminactions/issues?sort
- Download Package: https://pypi.org/project/django-adminactions/