Add index=True for some columns.
[mediagoblin.git] / mediagoblin / db / sql / models.py
2012-03-21 ElrondAdd index=True for some columns.
2012-03-21 Christopher Allan... Merge remote-tracking branch 'refs/remotes/brett/bug270...
2012-03-17 Christopher Allan... Merge remote-tracking branch 'brett/bug264-delete-comme...
2012-03-17 Christopher Allan... Make mediagoblin SQL models all use a consistent table...
2012-03-15 ElrondFix media display for no media_data row in sql.
2012-03-14 Christopher Allan... Implemented the MediaEntry .media_data type fields...
2012-03-08 ElrondForgot to add FileKeynames to MODELS
2012-03-08 ElrondNormalize MediaFile.name (make it a foreignkey)
2012-03-08 Joar WandborgSQL: Added MediaFile and MediaAttachmentFile to MODELS
2012-03-05 Jef van SchendelMerge branch 'keyboard_nav'
2012-03-04 Jef van SchendelMerge branch 'newlayout' into newlayout-stage
2012-03-03 ElrondMerge branch 'media_data_start'
2012-03-03 ElrondAnd media_data_init() for sql as a dummy
2012-03-02 ElrondCreate a fake MediaEntry.media_data for sql
2012-02-28 ElrondAttachment support in the SQL backend
2012-02-21 Jef van SchendelResolve merge conflicts
2012-02-18 Christopher Allan... Merge branch 'master' into sqlmigrate
2012-02-18 ElrondFix MediaTag __init__ to handle no args
2012-02-18 ElrondSQL: fail_metadata as JSON encoded field
2012-02-18 Christopher Allan... Merge branch 'master' into sqlmigrate
2012-02-18 ElrondDrop pre-rendered html: MediaComment.content_html
2012-02-18 ElrondDrop pre-rendered html: MediaEntry.description_html
2012-02-18 ElrondDrop pre-rendered html: User.bio_html
2012-02-11 Elrondsql db design suggestions by Svavar Kjarrval
2012-02-08 Will Kahn-GreeneFix copyright statements; add LICENSE for EXIF.py
2012-01-29 Christopher Allan... import changeset into sql models
2012-01-29 Christopher Allan... Make name the primary key in migration records
2012-01-29 Christopher Allan... Big ol' start of the SQL migrations system.
2012-01-29 ElrondSome small SQL model improvements
2012-01-28 ElrondNearly complete support for Tags
2012-01-28 Joar WandborgMerge remote-tracking branch 'joar/exif-rebase'
2012-01-28 ElrondLet some code support "media without slug"
2012-01-26 ElrondMove declarative_base Base into base.py
2012-01-22 ElrondProper url_to_{prev,next} for SQL
2012-01-22 ElrondCreate a fully functional get_comments for SQL
2012-01-21 Christopher Allan... License "all rights reserved" default should be None...
2012-01-20 Aaron WilliamsonAdded migration for license field, resolved conflict...
2012-01-19 ElrondAdd copyright header and a bit of pep8ification
2012-01-19 Aaron WilliamsonMoved get_license_data to mixin.py, added license to...
2012-01-17 ElrondMerge remote branch 'remotes/macno/pushatom'
2012-01-17 Aaron WilliamsonMerged changes with upstream
2012-01-11 ElrondAdd MediaFile table and related infrastructure.
2012-01-10 Christopher Allan... Merge branch 'master' of gitorious.org:mediagoblin...
2012-01-08 ElrondAdd DB Mixin classes and use them
2012-01-05 Jef van SchendelFix merge conflicts
2011-12-28 ElrondSQL Model: Add relationship properties
2011-12-28 ElrondSQL Model: Forgot MediaEntry.state field
2011-12-28 ElrondImplement _id proxy on sql objects (on User for now)
2011-12-20 ElrondMerge remote branch 'remotes/joar/webfinger'
2011-12-18 ElrondSQL: mongokit like interface
2011-12-17 ElrondLittle sql model update
2011-12-15 ElrondSQL: Some toys and little fix
2011-12-15 ElrondMove sql models into db/sql/