aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db/util.py
Commit message (Expand)AuthorAgeFilesLines
* Create function to search media by slug.Elrond2012-03-161-2/+4
* Generic check_media_slug_used db utility.Elrond2012-03-051-2/+2
* Implement atomic_update for SQL.Elrond2012-03-041-0/+1
* Create atomic_update db utility functionElrond2012-03-041-1/+2
* It's 2012 all up in hereChristopher Allan Webber2012-02-021-1/+1
* Add develover sql switchElrond2012-01-281-2/+9
* Import MigrationManager from mongo in mongo backend.Elrond2012-01-041-1/+1
* Move db/util.py -> db/mongo/util.pyElrond2011-12-201-276/+2
* Move db/indexes.py to db/mongo/indexes.pyElrond2011-12-201-1/+1
* has_key is deprecated, converting uses to use "in" operator.Nathan Yergler2011-10-011-1/+1
* Whitespace and formatting cleanup.Nathan Yergler2011-10-011-2/+3
* 508. Updates copyright/license informationWill Kahn-Greene2011-09-011-1/+1
* Merge branch 'master' into f411_new_migrationsChristopher Allan Webber2011-07-131-3/+10
|\
| * Changing things back so that we keep information about deprecatedChristopher Allan Webber2011-07-091-3/+10
* | Duplicate migration numbers not allowed, broChristopher Allan Webber2011-07-131-0/+2
* | We should *raise* MissingCurrentMigration :)Christopher Allan Webber2011-07-131-1/+1
* | Made it so that it's migrate_new() which installs the migrationChristopher Allan Webber2011-07-101-3/+18
* | No reason to have migration_number optional or default to NoneChristopher Allan Webber2011-07-101-1/+1
* | Move the call to install_migration_version_if_missing() to migrations_to_run()Christopher Allan Webber2011-07-101-5/+7
* | install_migration_version_if_missing() now a separate functionChristopher Allan Webber2011-07-101-7/+19
* | Make sure all these strings in db/util.py are unicodeChristopher Allan Webber2011-07-101-6/+6
* | Simpler run_migrations method.Christopher Allan Webber2011-07-101-16/+13
* | Making sure migration_number > 0 :)Christopher Allan Webber2011-07-091-1/+3
* | run_new_migrations() makes more senseChristopher Allan Webber2011-07-091-1/+1
* | Some instructions in the RegisterMigration docstring on how to use.Christopher Allan Webber2011-07-091-0/+13
* | latest_migration now returns migration numbers only, and 0 if no migrations.Christopher Allan Webber2011-07-091-6/+10
* | Migrating quietly, not iteratively, that comment should say!Christopher Allan Webber2011-07-091-1/+1
* | New migration utility code.... I haven't tested this! ;)Christopher Allan Webber2011-07-091-0/+136
|/
* adds previous and next links in the sidebarCaleb Forbes Davis V2011-07-021-1/+1
* Documenging index utils and adjusting how remove_deprecated_indexes gets argu...Christopher Allan Webber2011-06-271-2/+17
* Tools to add / remove indexes from collectionsChristopher Allan Webber2011-06-271-0/+65
* Move InvalidId to db.utilElrond2011-06-201-0/+1
* Factor out most of the database connection into db/open.pyElrond2011-05-191-13/+0
* Renaming connect_database to connect_database_from_config and using in from_c...Christopher Allan Webber2011-05-181-1/+1
* Need to import asint for users who specify ports via config fileChristopher Allan Webber2011-05-181-0/+2
* Adding copyright headers and explaining why these unused imports are hereChristopher Allan Webber2011-05-181-0/+18
* Move ObjectId, DESCENDING to db.utilElrond2011-05-181-0/+2
* Move "connect to database" into db/util.pyElrond2011-05-181-0/+11