Metadata-Version: 1.1
Name: django-admin-extensions
Version: 0.9.1
Summary: Simple tools to extend the django admin site
Home-page: https://bitbucket.org/tim_heap/django-admin-extensions
Author: Tim Heap
Author-email: tim@timheap.me
License: UNKNOWN
Description: ==========================================================================
        django-admin-extensions - Add extra functionality to the Django admin site
        ==========================================================================
        
        ``django-admin-extensions`` allows Django developers to add some simple
        functionality to the admin site. Extensions include:
        
        * Add links to the 'object tools' button list at the top of model list and
          detail pages.
        * Allow for filtering on foreign models (e.g. ``post__author__id``)
        * A bunch of shortcuts for adding links to foreign keys, model searches,
          many-to-many relations, truncating fields in the model list, and more.
        
        Documentation
        =============
        
        Documentation can be found `on ReadTheDocs <https://django-admin-extensions.readthedocs.org/en/latest/>`_.
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python
Classifier: Framework :: Django
