Metadata-Version: 1.1
Name: django-adminactions
Version: 1.4
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
Description: ===================
        django-adminactions
        ===================
        
        .. image:: https://badges.gitter.im/Join%20Chat.svg
           :alt: Join the chat at https://gitter.im/saxix/django-adminactions
           :target: https://gitter.im/saxix/django-adminactions?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
        
        
        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.png?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.png?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
        
Platform: any
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Operating System :: OS Independent
Classifier: Framework :: Django :: 1.8
Classifier: Framework :: Django :: 1.9
Classifier: Framework :: Django :: 1.10
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Intended Audience :: Developers
