aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db/models_v0.py
Commit message (Collapse)AuthorAgeFilesLines
* Mv db.sql.base to db.baseSebastian Spaeth2013-01-071-2/+1
| | | | | | | | 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.
* Move mediagoblin.db.sql.extratypes to mediagoblin.db.extratypesSebastian Spaeth2013-01-071-1/+1
| | | | No other functional changes.
* Move db.sql.models* to db.models*Sebastian Spaeth2013-01-071-0/+320