aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db/sql/models.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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