Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | It's 2012 all up in here | Christopher Allan Webber | 2012-02-02 | 1 | -1/+1 |
| | |||||
* | Whitespace and formatting cleanup. | Nathan Yergler | 2011-10-01 | 1 | -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 information | Will Kahn-Greene | 2011-09-01 | 1 | -1/+1 |
| | |||||
* | Note from Chris Webber prefacing Elrond's DB abstraction idea. | Christopher Allan Webber | 2011-07-02 | 1 | -0/+12 |
| | |||||
* | Document the db submodule a bit | Elrond | 2011-06-30 | 1 | -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 here | Christopher Allan Webber | 2011-05-18 | 1 | -0/+15 |
| | |||||
* | Move models into new db/ directory | Elrond | 2011-05-18 | 1 | -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. |