aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db/sql/models.py
Commit message (Expand)AuthorAgeFilesLines
* Prevent non-Unicode SQLAlchemy warnings in most submission tests.Brett Smith2012-07-081-2/+2
* FIXED SQL MIGRATION #2Joar Wandborg2012-06-101-2/+4
* Merge remote-tracking branch 'is_derek/bug405_email_notifications_for_comment...Joar Wandborg2012-06-101-0/+1
|\
| * Merge branch 'master' into derek-moore-bug405_email_notifications_for_commentsChristopher Allan Webber2012-03-181-15/+43
| |\
| * | Added wants_comment_notification to sql modelDerek Moore2012-03-151-0/+1
* | | New media_data row needs to know its MediaEntry's id.Elrond2012-03-221-1/+2
* | | Add index=True for some columns.Elrond2012-03-211-6/+7
| |/ |/|
* | Make mediagoblin SQL models all use a consistent table naming schemeChristopher Allan Webber2012-03-171-11/+11
* | Fix media display for no media_data row in sql.Elrond2012-03-151-1/+1
* | Implemented the MediaEntry .media_data type fields for SQLChristopher Allan Webber2012-03-141-4/+32
|/
* Forgot to add FileKeynames to MODELSElrond2012-03-081-1/+1
* Normalize MediaFile.name (make it a foreignkey)Elrond2012-03-081-3/+32
* SQL: Added MediaFile and MediaAttachmentFile to MODELSJoar Wandborg2012-03-081-1/+2
* And media_data_init() for sql as a dummyElrond2012-03-031-0/+4
* Create a fake MediaEntry.media_data for sqlElrond2012-03-031-0/+5
* 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