Metadata-Version: 1.1
Name: django-adminactions
Version: 0.1
Summary: Collections of useful actions to use with django.contrib.admin.ModelAdmin
Home-page: https://github.com/saxix/django-adminactions
Author: sax
Author-email: sax@os4d.org
License: BSD
Download-URL: https://github.com/saxix/django-adminactions
Description: ===================
        django-adminactions
        ===================
        
        .. image:: https://secure.travis-ci.org/saxix/django-adminactions.png?branch=master
           :target: http://travis-ci.org/saxix/django-adminactions/
        
        Collection of useful actions to use with
        django.contrib.admin.ModelAdmin and/or django.contrib.admin.AdminSite
        
        **Requires Django>=1.4**
        
        Please see the changelog at http://django-actions.readthedocs.org/en/latest/changes.html
        
        Actions
        ================
        
        * Export as CSV
        * Export as fixture
        * Export delete tree
        * Mass update records
        * Graph queryset
        * Merge records
        
        
        Project links
        -------------
        
        * Project home page: https://github.com/saxix/django-adminactions
        * Documentation: http://django-adminactions.readthedocs.org/en/latest/
        * Download: http://pypi.python.org/pypi/django-adminactions/
        
Platform: any
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
