Metadata-Version: 2.1
Name: django-adminactions
Version: 2.0.0
Summary: Collections of useful actions to use with django.contrib.admin.ModelAdmin
Home-page: https://github.com/saxix/django-adminactions
Author: sax
Author-email: s.apostolico@gmail.com
License: MIT
Download-URL: https://github.com/saxix/django-adminactions
Platform: any
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Operating System :: OS Independent
Classifier: Framework :: Django :: 2.2
Classifier: Framework :: Django :: 3.2
Classifier: Framework :: Django :: 4.0
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Intended Audience :: Developers
Description-Content-Type: text/markdown
Provides-Extra: test
Provides-Extra: dev
Provides-Extra: docs
License-File: LICENSE
License-File: AUTHORS.rst

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.AdminSite

Please 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


#### 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/


