Metadata-Version: 2.4
Name: django-adminactions
Version: 2.4
Summary: Collections of useful actions to use with django.contrib.admin.ModelAdmin
Project-URL: downloads, https://github.com/saxix/django-adminactions
Project-URL: homepage, https://github.com/saxix/django-adminactions
Author-email: sax <s.apostolico@gmail.com>
Maintainer-email: Stefano Apostolico <s.apostolico@gmail.com>
License: MIT License
        
        Copyright (c) 2010-2016, Stefano Apostolico (s.apostolico@gmail.com)
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        Any use in a commercial product must be notified to the author by email
        indicating company name and product name
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
License-File: AUTHORS.md
License-File: LICENSE
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 3.2
Classifier: Framework :: Django :: 4.2
Classifier: Framework :: Django :: 5.1
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.10
Requires-Dist: django-stubs-ext>=5.1.3
Requires-Dist: pytz
Requires-Dist: xlrd>=0.9.2
Requires-Dist: xlwt
Provides-Extra: dev
Description-Content-Type: text/markdown

# django-adminactions
<!-- start -->

[![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)
[![Documentation](https://github.com/saxix/django-adminactions/actions/workflows/docs.yml/badge.svg)](https://saxix.github.io/django-adminactions/)
[![Django](https://img.shields.io/pypi/frameworkversions/django/django-adminactions)](https://pypi.org/project/django-adminactions/)
[![Supported Python versions](https://img.shields.io/pypi/pyversions/django-adminactions.svg)](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/)
