Metadata-Version: 2.1
Name: djangocms-page-image
Version: 0.7.1
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
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
Requires-Dist: Django (>=1.11)
Requires-Dist: django-filer (>=1.2.0)
Requires-Dist: django-cms (>=3.5)

====================
djangocms-page-image
====================

This package provides two DjangoCMS extensions:

* "Page Image" is a page extension that allows you to add an image to a DjangoCMS page.
* "Teaser" is a title extension that allows you to add an image and a teaser text to each localization of a DjangoCMS page.

Dependencies
============

* django-filer >= 1.2
* Django >= 1.11
* django-cms >= 3.5


Changelog
=========

0.7.1
-----
Fixed a data migration issue.

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).


