Metadata-Version: 1.1
Name: djangocms-page-image
Version: 0.7.0
Summary: django-cms page and title extensions providing image and teaser text
Home-page: http://github.com/febsn/djangocms-page-image
Author: Fabian Lehner
Author-email: fabian.lehner@marmara.at
License: MIT
Description: ====================
        djangocms-page-image
        ====================
        
        A DjangoCMS page extension providing a featured image and a teaser text.
        
        Dependencies
        ============
        
        * django-filer >= 1.2
        * Django >= 1.11
        * django-cms >= 3.5
        
        
        Changelog
        =========
        
        0.7.0
        -----
        Version 0.7.0 introduces a new title extension, called Teaser, and a migration which creates a
        teaser for every existing page image extension in the site's first language (we assume that the
        first language was used for previously created extensions). This allows for localized teaser texts
        and also images (which might contain text).
        
        The former "Page Image and Teaser" page extension is still available, but loses its "teaser" field
        (which doesn't make too much sense in a non-localized extension anyway).
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
