iAdmin is a replacement of standard django admin application.
- tabbed view of inlines
- mass updates functionality
- export to csv with options and formatting
- link to foreignkey edit page from changelist (list_display_rel_links)
- filter by cell values (cell_filters)
- info page with packages, installed apps version, database info
Please read online documentation at http://readthedocs.org/docs/django-iadmin/en/latest/
- Project home page: https://github.com/saxix/django-iadmin
- Documentation: http://django-iadmin.readthedocs.org/en/latest/
- Isssue tracker: https://github.com/saxix/django-iadmin/issues?sort
- Download: http://pypi.python.org/pypi/django-iadmin/
Read installation instruction at http://readthedocs.org/docs/django-iadmin/en/latest/install/