aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db/sql/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Mv db.sql.base to db.baseSebastian Spaeth2013-01-071-15/+0
| | | | | | | | This concludes the db.sql.* -> db.* move. Our db abstraction layer is sqlalchemy, so there is no need to a separate db.sql.* hierarchy. All tests have been run for each of the commit series to make sure everything works at every step.
* It's 2012 all up in hereChristopher Allan Webber2012-02-021-1/+1
|
* Move sql models into db/sql/Elrond2011-12-151-0/+15
So we can play with the sql models, let's put them in a proper place.