aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db
Commit message (Expand)AuthorAgeFilesLines
* Update all the views so that they use the uploader reference insteadChristopher Allan Webber2011-05-221-2/+7
* User migration works (but the rest of the system isn't updated for new user s...Christopher Allan Webber2011-05-222-1/+44
* Added a url_for_self method for generating mediaentry linksChristopher Allan Webber2011-05-201-0/+18
* Factor out most of the database connection into db/open.pyElrond2011-05-192-13/+37
* Renaming connect_database to connect_database_from_config and using in from_c...Christopher Allan Webber2011-05-181-1/+1
* Need to import asint for users who specify ports via config fileChristopher Allan Webber2011-05-181-0/+2
* Adding copyright headers and explaining why these unused imports are hereChristopher Allan Webber2011-05-182-0/+33
* Move ObjectId, DESCENDING to db.utilElrond2011-05-181-0/+2
* Move "connect to database" into db/util.pyElrond2011-05-181-0/+11
* Move models into new db/ directoryElrond2011-05-182-0/+128