Drop pre-rendered html: MediaEntry.description_html
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Mon, 13 Feb 2012 12:42:59 +0000 (13:42 +0100)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Sat, 18 Feb 2012 11:41:25 +0000 (12:41 +0100)
commit1e72e075f8d542f4aa1ad0262f4fd1a5645cc731
tree71a3dc08526cdb88452daeae939c7a9263a766c1
parente61ab0998b77eaf18268001fd2d70917c3cd3e37
Drop pre-rendered html: MediaEntry.description_html

After a bit of discussion, we decided to drop the
pre-rendered html from the database and render it on
the fly.

In another step, we will use some proper caching method to
cache this stuff.

This commit affects the MediaEntry.description_html part.
mediagoblin/db/mixin.py
mediagoblin/db/mongo/migrations.py
mediagoblin/db/mongo/models.py
mediagoblin/db/sql/convert.py
mediagoblin/db/sql/models.py
mediagoblin/edit/views.py
mediagoblin/listings/views.py
mediagoblin/submit/views.py
mediagoblin/user_pages/views.py