aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db/models.py
Commit message (Expand)AuthorAgeFilesLines
* baby step towards enabling profile editscfdv2011-06-181-1/+1
* adds user bio and website url fields to the databasecfdv2011-06-181-0/+2
* mediagoblin.globals->mediagoblin.mg_globalsChristopher Allan Webber2011-06-121-2/+2
* No need for a method for generating the verification key as a methodChristopher Allan Webber2011-06-021-8/+0
* Merge remote branch 'remotes/aleks/aleks'Christopher Allan Webber2011-05-311-0/+8
|\
| * Added the ability to regenerate a verification key.Aleksandar Micovic2011-05-311-0/+8
* | Add an index on MediaEntries making sure slugs + uploader combos are uniqueChristopher Allan Webber2011-05-301-6/+5
|/
* remove all 'username_repr' stuffJakob Kramer2011-05-291-2/+1
* this should fix #354Jakob Kramer2011-05-291-1/+2
* 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-221-1/+5
* Added a url_for_self method for generating mediaentry linksChristopher Allan Webber2011-05-201-0/+18
* Move models into new db/ directoryElrond2011-05-181-0/+128