Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | give option in connect_database_from_config to connect to a pymongo.Connection | Christopher Allan Webber | 2011-07-10 | 1 | -8/+25 |
| | |||||
* | Factor out most of the database connection into db/open.py | Elrond | 2011-05-19 | 1 | -0/+37 |
I needed to split the db connection/opening into open.py, due to an import loop: - util.py needs db/util.py:ObjectId - db/util.py would need db/models.py - db/models.py needs util.py:slugify |