aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db/models.py
Commit message (Expand)AuthorAgeFilesLines
* Fix deleting media with attachments.Elrond2013-02-181-0/+1
* Drop backward compatibility for media_data backref.Elrond2013-02-011-9/+1
* Drop media_data_table property.Elrond2013-02-011-6/+3
* Rewrite media_data handling to use relationshipsElrond2013-02-011-20/+21
* Fix issue 611: Proper (back)relationship on MediaComment.Elrond2013-01-291-1/+7
* Use better relationships to delete collections.Elrond2013-01-231-5/+8
* Add a license preference fieldMark Holmquist2013-01-171-0/+1
* import db.sql.util -> db.utilSebastian Spaeth2013-01-171-1/+1
* Implement User.delete() (#540)Sebastian Spaeth2013-01-171-1/+22
* Implement Collection.delete()Sebastian Spaeth2013-01-171-1/+10
* Implement MediaEntry().delete() (#540)Sebastian Spaeth2013-01-171-3/+36
* Mv db.sql.base to db.baseSebastian Spaeth2013-01-071-2/+1
* Move mediagoblin.db.sql.extratypes to mediagoblin.db.extratypesSebastian Spaeth2013-01-071-1/+1
* Move db.sql.models* to db.models*Sebastian Spaeth2013-01-071-0/+447
* Move db/models.py -> db/mongo/models.pyElrond2011-12-201-363/+0
* Move db/migrations.py -> db/mongo/migrations.pyElrond2011-12-201-1/+1
* Move db/util.py -> db/mongo/util.pyElrond2011-12-201-1/+1
* Dot-Notation for MediaEntry.media_dataElrond2011-12-051-2/+2
* Dot-Notation for MediaEntry.slugElrond2011-12-051-6/+6
* Dot-Notation for MediaEntry.titleElrond2011-12-051-1/+1
* Dot-Notation for MediaEntry.uploaderElrond2011-12-051-3/+3
* Dot-Notation for Users.pw_hashElrond2011-12-051-1/+1
* Dot-Notation for Users.usernameElrond2011-12-051-4/+4
* Rename MediaEntry.uploader() to .get_uploader()Elrond2011-11-221-4/+4
* Added parameter ascending to MediaEntry::get_comments, if true, commentsPablo J. Urbano Santos2011-11-191-2/+7
* Dot-Notation for "_id"Elrond2011-11-151-5/+5
* Enable mongokit's "Dot notation"Elrond2011-11-151-0/+3
* Merge remote-tracking branch 'remotes/nyergler/pep8-ification'Christopher Allan Webber2011-11-131-17/+18
|\
| * Whitespace and formatting cleanup.Nathan Yergler2011-10-011-17/+18
* | Finished splitting util.py into separate files.Aaron Williamson2011-10-011-7/+5
* | Moved common, translation, template, and url code out of util.py and into too...Aaron Williamson2011-10-011-2/+2
|/
* Merge branch 'gullydwarf-cfdv-f357_lost_password_functionality'Christopher Allan Webber2011-09-081-0/+2
|\
| * oops, uses Alejandro's fp_verification_key. my bad.Caleb Forbes Davis V2011-08-281-1/+1
| * Adding fotgot password functionalityAlejandro Villanueva2011-08-281-0/+2
* | 508. Updates copyright/license informationWill Kahn-Greene2011-09-011-1/+1
|/
* Method to get the failure exception object for a MediaEntry, if appropriate.Christopher Allan Webber2011-08-141-0/+7
* Add fail_error and fail_metadata fields to MediaEntry and relevant migrationChristopher Allan Webber2011-08-131-1/+9
* Merge branch 'master' into processingChristopher Allan Webber2011-08-111-6/+1
|\
| * Bug #372 - MediaEntry.thumbnail_file not usedCaleb Forbes Davis V2011-08-101-6/+1
* | Merge branch 'master' into processingChristopher Allan Webber2011-08-101-1/+1
|\|
| * Merge branch 'remotes/gullydwarf-cfdv/f360_tagging' (early part) into mergetagsChristopher Allan Webber2011-07-301-1/+1
| |\
| | * changes tags to a list of dicts in the db, adding tag slugsCaleb Forbes Davis V2011-07-271-1/+1
* | | Store the task id of a processing action in the database.Christopher Allan Webber2011-07-241-0/+3
|/ /
* | docstring for MediaComment's structureChristopher Allan Webber2011-07-171-1/+12
* | Described the MediaEntry structure in the docstring.Christopher Allan Webber2011-07-171-6/+81
* | Docstring for the User model's various schema fieldsChristopher Allan Webber2011-07-171-0/+26
* | Merge remote branch 'remotes/jwandborg/feature_400-resize_images_to_fit_page'Christopher Allan Webber2011-07-161-0/+22
|\ \
| * | Removed debug code, erroneously included in my last commitJoar Wandborg2011-07-031-1/+1
| * | Feature #400 - Resize images to fit on page - AdditionsJoar Wandborg2011-07-031-0/+19
* | | Merge remote branch 'remotes/aaronw/feature410_markdown_bio'Christopher Allan Webber2011-07-131-1/+2
|\ \ \