Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Move ObjectId, DESCENDING to db.util | Elrond | 2011-05-18 | 1 | -0/+2 | |
| | | | | | | We used to import those from pymongo and mongokit directly. We should import them from a single place. So let's try db.util for this. | |||||
* | Move "connect to database" into db/util.py | Elrond | 2011-05-18 | 1 | -0/+11 | |
| | ||||||
* | Move models into new db/ directory | Elrond | 2011-05-18 | 2 | -0/+128 | |
The database is a central point of interest/discussion. Represent that by its own directory. This will surely become more interesting when we have migrations for example. |