Metadata-Version: 1.1
Name: django-plugins
Version: 0.2.5
Summary: django-plugins.
Home-page: https://github.com/krischer/django-plugins
Author: Lion Krischer
Author-email: lion.krischer@googlemail.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.
        
        Originally developed by Mantas Zimnickas (sirexas@gmail.com).
        
        
        Home page
            http://pypi.python.org/pypi/django-plugins
        
        Documentation
            http://packages.python.org/django-plugins/
        
        Source code:
            https://github.com/krischer/django-plugins
        
        Changes
        =======
        
        0.2.5 (2014-10-25)
        ------------------
        
        - Officially supported Django versions are now 1.6.8 and 1.7.1.
        
        
        0.2.4 (2014-07-04)
        ------------------
        
        - Support for Python 3. Currently Python 2.7, 3.2, 3.3, and 3.4 are officially supported.
        
        
        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('plugin-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: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development :: Libraries :: Python Modules
