aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db/mongo/util.py
Commit message (Collapse)AuthorAgeFilesLines
* Create atomic_update db utility functionElrond2012-03-041-0/+11
| | | | | | | | | In some cases (notably the mark_entry_failed function) it is useful to have atomic update functionality on the db. On mongo this requires special syntax. So created an atomic_update function for mongo and started to use it in mark_entry_failed.
* It's 2012 all up in hereChristopher Allan Webber2012-02-021-1/+1
|
* Move db/util.py -> db/mongo/util.pyElrond2011-12-201-0/+292
- Change some reference - Provide a wrapper db/util.py