Drop pre-rendered html: MediaComment.content_html
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Sat, 18 Feb 2012 10:32:28 +0000 (11:32 +0100)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Sat, 18 Feb 2012 11:50:30 +0000 (12:50 +0100)
commitfeba5c5287a7cb4c0ed8f5124ad60a8a291770ad
tree0a70ac50d1ef5c6093bf682526d9843e20945275
parent1e72e075f8d542f4aa1ad0262f4fd1a5645cc731
Drop pre-rendered html: MediaComment.content_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 MediaComment.content_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/user_pages/views.py