Drop pre-rendered html: User.bio_html
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Sat, 4 Feb 2012 19:55:55 +0000 (20:55 +0100)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Sat, 18 Feb 2012 11:35:30 +0000 (12:35 +0100)
commite61ab0998b77eaf18268001fd2d70917c3cd3e37
tree78b034c490a8c8cdbe880c8b1327ef1c4eb8e1a2
parent38816c66078fe679dc4b51b545d15d331712bcb4
Drop pre-rendered html: User.bio_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 User.bio_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