django-adminactions

Collections of useful actions to use with django.contrib.admin.ModelAdmin


License
MIT
Install
pip install django-adminactions==2.3.0

Documentation

django-adminactions

Pypi coverage Test Docs

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
  • Bulk Update

Project Links