combo/combo/data
Benjamin Dauvergne 52aa9794d0 data: add support for Media class to CellBase (fixes #8293)
You can produce media for a whole page with

  media = sum((cell.media for cell in cells), Media())

The `Media()` is ugly but sum is not able to find itself the base case
for the folding, it defaults to 0 which is not addable to Media.
2015-09-18 12:25:31 +02:00
..
migrations add migration for feed cell 2015-08-25 16:01:28 +02:00
__init__.py django-admin.py startapp data 2014-12-23 09:44:19 +01:00
library.py general: use app_label/model as key for content types (#6660) 2015-03-10 10:44:22 +01:00
models.py data: add support for Media class to CellBase (fixes #8293) 2015-09-18 12:25:31 +02:00