aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db/mixin.py
Commit message (Expand)AuthorAgeFilesLines
* Drop pre-rendered html: MediaComment.content_htmlElrond2012-02-181-0/+10
* Drop pre-rendered html: MediaEntry.description_htmlElrond2012-02-181-0/+8
* Drop pre-rendered html: User.bio_htmlElrond2012-02-181-0/+5
* Fix copyright statements; add LICENSE for EXIF.pyWill Kahn-Greene2012-02-081-1/+1
* Let some code support "media without slug"Elrond2012-01-281-12/+9
* License "all rights reserved" default should be None/NULL, not empty stringChristopher Allan Webber2012-01-211-1/+1
* Moved get_license_data to mixin.py, added license to sql media model, added t...Aaron Williamson2012-01-181-1/+5
* Fix url_for_self mixupElrond2012-01-111-3/+5
* Add DB Mixin classes and use themElrond2012-01-081-0/+90