aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db/mongo/models.py
Commit message (Expand)AuthorAgeFilesLines
* Generic generate_slug for mongo and sql.Elrond2012-03-071-11/+0
* Video media_data: Change layout in the mongo worldElrond2012-03-011-0/+3
* Allow .id instead of ._id for the Mongo backendElrond2012-02-251-0/+15
* Drop pre-rendered html: MediaComment.content_htmlElrond2012-02-181-5/+3
* Drop pre-rendered html: MediaEntry.description_htmlElrond2012-02-181-4/+0
* Drop pre-rendered html: User.bio_htmlElrond2012-02-181-2/+0
* It's 2012 all up in hereChristopher Allan Webber2012-02-021-1/+1
* Moved get_license_data to mixin.py, added license to sql media model, added t...Aaron Williamson2012-01-181-5/+1
* Fixed a syntax error in edit/views and added back in some missing license stu...Aaron Williamson2012-01-171-1/+8
* Fixed merge with upstreamAaron Williamson2012-01-171-106/+47
* Merged changes with upstreamAaron Williamson2012-01-171-47/+106
* Fix url_for_self mixupElrond2012-01-111-21/+0
* Merge branch 'master' of gitorious.org:mediagoblin/mediagoblinChristopher Allan Webber2012-01-101-40/+4
|\
| * Add DB Mixin classes and use themElrond2012-01-081-59/+4
* | Fixed #724 and added extra infos to the atom feed (author uri and links to th...Michele Azzolari2012-01-101-3/+5
|/
* Turn media.get_uploader into a propertyElrond2011-12-271-1/+2
* Use media.url_for_self instead of calling urlgen directlyElrond2011-12-271-8/+4
* Move verification key generation to viewElrond2011-12-271-2/+0
* Turn MediaComment's author() into get_author propertyElrond2011-12-231-1/+2
* Move db/models.py -> db/mongo/models.pyElrond2011-12-201-0/+363