In this commit, I mostly did work on the migrations. Firstly, I droppped the
authortilly-Q <nattilypigeonfowl@gmail.com>
Thu, 3 Oct 2013 20:13:12 +0000 (16:13 -0400)
committertilly-Q <nattilypigeonfowl@gmail.com>
Thu, 3 Oct 2013 20:13:12 +0000 (16:13 -0400)
commit9519c0a91f6c67883d62b656c971cc10e47ea967
treedfe0b906c2facd78935a207739536d74f7202887
parenta523ffce3c84832f95b1376c5a3719fc9ba8cb77
In this commit, I mostly did work on the migrations. Firstly, I droppped the
vestigial columns from the User table (ie. status, email_verified, is_admin).
Otherwise, I did a lot of work converting my existing migrations from high-
level ORM commands to low-level SQL commands to ensure that the migrating will
work regardless of what stage their instance is working in. I also re-integrated
my two registered migrations into one. Because the migration became very long, I
also added a lot of clarifying documentation.
mediagoblin/db/migrations.py
mediagoblin/db/models.py