aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db/mongo
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Import MigrationManager from mongo in mongo backend.Elrond2012-01-041-1/+1
* Factor out check_db_migrations_currentElrond2012-01-011-0/+23
* 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-202-1/+364
* Move db/migrations.py -> db/mongo/migrations.pyElrond2011-12-201-0/+110
* Move db/util.py -> db/mongo/util.pyElrond2011-12-201-0/+292
* Move db/indexes.py to db/mongo/indexes.pyElrond2011-12-201-0/+146
* Move db/open.py to db/mongo/open.pyElrond2011-12-202-0/+70