aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db/sql/models.py
Commit message (Expand)AuthorAgeFilesLines
* Attachment support in the SQL backendElrond2012-02-281-1/+26
* Merge branch 'master' into sqlmigrateChristopher Allan Webber2012-02-181-5/+7
|\
| * Fix MediaTag __init__ to handle no argsElrond2012-02-181-3/+5
| * SQL: fail_metadata as JSON encoded fieldElrond2012-02-181-2/+2
* | Merge branch 'master' into sqlmigrateChristopher Allan Webber2012-02-181-11/+36
|\|
| * Drop pre-rendered html: MediaComment.content_htmlElrond2012-02-181-3/+2
| * Drop pre-rendered html: MediaEntry.description_htmlElrond2012-02-181-1/+0
| * Drop pre-rendered html: User.bio_htmlElrond2012-02-181-1/+0
| * sql db design suggestions by Svavar KjarrvalElrond2012-02-111-3/+26
| * Fix copyright statements; add LICENSE for EXIF.pyWill Kahn-Greene2012-02-081-1/+1
| * Some small SQL model improvementsElrond2012-01-291-2/+7
* | import changeset into sql modelsChristopher Allan Webber2012-01-291-0/+7
* | Make name the primary key in migration recordsChristopher Allan Webber2012-01-291-2/+1
* | Big ol' start of the SQL migrations system.Christopher Allan Webber2012-01-291-0/+21
|/
* Nearly complete support for TagsElrond2012-01-281-4/+36
* Let some code support "media without slug"Elrond2012-01-281-1/+1
* Move declarative_base Base into base.pyElrond2012-01-261-5/+1
* Proper url_to_{prev,next} for SQLElrond2012-01-221-0/+21
* Create a fully functional get_comments for SQLElrond2012-01-221-0/+7
* License "all rights reserved" default should be None/NULL, not empty stringChristopher Allan Webber2012-01-211-1/+1
* Added migration for license field, resolved conflict in db/sql/models.pyAaron Williamson2012-01-191-5/+22
|\
| * Add copyright header and a bit of pep8ificationElrond2012-01-201-8/+25
* | Moved get_license_data to mixin.py, added license to sql media model, added t...Aaron Williamson2012-01-181-0/+1
|/
* Add MediaFile table and related infrastructure.Elrond2012-01-111-2/+25
* Add DB Mixin classes and use themElrond2012-01-081-2/+3
* SQL Model: Add relationship propertiesElrond2011-12-281-0/+5
* SQL Model: Forgot MediaEntry.state fieldElrond2011-12-281-0/+1
* Implement _id proxy on sql objects (on User for now)Elrond2011-12-281-0/+14
* SQL: mongokit like interfaceElrond2011-12-181-1/+3
* Little sql model updateElrond2011-12-171-1/+2
* SQL: Some toys and little fixElrond2011-12-151-1/+12
* Move sql models into db/sql/Elrond2011-12-151-0/+95