aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* It's 2012 all up in hereChristopher Allan Webber2012-02-021-1/+1
|
* Whitespace and formatting cleanup.Nathan Yergler2011-10-011-1/+1
| | | | | | | * Removed trailing whitespace * Line length < 80 where possible * Honor conventions on number of blank lines * Honor conventions about spaces around :, =
* 508. Updates copyright/license informationWill Kahn-Greene2011-09-011-1/+1
|
* Note from Chris Webber prefacing Elrond's DB abstraction idea.Christopher Allan Webber2011-07-021-0/+12
|
* Document the db submodule a bitElrond2011-06-301-0/+34
| | | | | Document the ideas behind the db submodule. And document what that actually means.
* Adding copyright headers and explaining why these unused imports are hereChristopher Allan Webber2011-05-181-0/+15
|
* Move models into new db/ directoryElrond2011-05-181-0/+0
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.