Metadata-Version: 2.1
Name: django-adminactions
Version: 1.12.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.0
Classifier: Framework :: Django :: 3.1
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Intended Audience :: Developers
Provides-Extra: test
Provides-Extra: dev
License-File: LICENSE
License-File: AUTHORS.rst

===================
django-adminactions
===================

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


Project links
-------------

+--------------------+----------------+-----------------------------------------+
| Stable             | |master-build| | |master-cov|                            |
+--------------------+----------------+-----------------------------------------+
| Development        | |dev-build|    | |dev-cov|                               |
+--------------------+----------------+-----------------------------------------+
| Project home page: | https://github.com/saxix/django-adminactions             |
+--------------------+---------------+------------------------------------------+
| Issue tracker:     | https://github.com/saxix/django-adminactions/issues?sort |
+--------------------+---------------+------------------------------------------+
| Download:          | http://pypi.python.org/pypi/django-adminactions/         |
+--------------------+---------------+------------------------------------------+
| Documentation:     | https://django-adminactions.readthedocs.org/en/latest/   |
+--------------------+---------------+--------------+---------------------------+



.. |master-build| image:: https://secure.travis-ci.org/saxix/django-adminactions.svg?branch=master
                    :target: http://travis-ci.org/saxix/django-adminactions/

.. |master-cov| image:: https://codecov.io/github/saxix/django-adminactions/coverage.svg?branch=master
    :target: https://codecov.io/github/saxix/django-adminactions?branch=develop


.. |dev-build| image:: https://secure.travis-ci.org/saxix/django-adminactions.svg?branch=develop
                  :target: http://travis-ci.org/saxix/django-adminactions/

.. |dev-cov| image:: https://codecov.io/github/saxix/django-adminactions/coverage.svg?branch=develop
    :target: https://codecov.io/github/saxix/django-adminactions?branch=develop


