Metadata-Version: 1.1
Name: django-plugins
Version: 0.2.3
Summary: django-plugins.
Home-page: https://bitbucket.org/sirex/django-plugins
Author: Mantas Zimnickas
Author-email: sirexas@gmail.com
License: LGPL
Download-URL: http://pypi.python.org/pypi/django-plugins
Description: django-plugins provides functionality for Django apps to make them more
        reusable.
        
        Home page
            http://pypi.python.org/pypi/django-plugins
        
        Documentation
            http://packages.python.org/django-plugins/
        
        Source code:
            https://bitbucket.org/sirex/django-plugins
        
        *******
        Changes
        *******
        
        0.2.3 (2013-12-22)
        ==================
        
        - Django 1.6 support, thanks Felipe Ćlvarez for this.
        
        - Added example-project to show how to use ``django-plugins``.
        
        - Added possibility for ``include_plugins`` to specify more than one list of
          url patterns with possibility to customise inclusion url pattern.
        
        - ``include_plugins`` now automatically provides ``plugin`` argument to view
          functions.
        
        - Now it is possible to get plugin instance from plugon point like this:
          ``MyPluginPoint.get_plugin('plugon-name')``.
        
        
        0.2.2 (2012-02-08)
        ==================
        
        - Improved ``PluginPoint.get_model()`` method, now this method also checks if
          plugin is enabled.
        
        0.2.1 (2011-08-25)
        ==================
        
        - Fixed django-plugins setup.py, that was not installable.
        
        - Fixed plugin fields introspection for south.
        
        0.2 (2011-05-30)
        ================
        
        - Plugin points and plugins moved from ``__init__.py`` to ``plugin_points.py``
          and ``plugins.py``
        
        - Improved documentation.
        
        0.1 (2011-01-11)
        ================
        
        - First public release.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
