This was a very important update where I fixed a few small but fatal bugs in my
authortilly-Q <nattilypigeonfowl@gmail.com>
Thu, 3 Oct 2013 21:07:11 +0000 (17:07 -0400)
committertilly-Q <nattilypigeonfowl@gmail.com>
Thu, 3 Oct 2013 21:07:11 +0000 (17:07 -0400)
commit0a24db84c5769149537b0d9bd8e3a88fe8e9522a
treed99a38cfc322fa643d2d0cc4a739a8ccb4e538ca
parent9519c0a91f6c67883d62b656c971cc10e47ea967
This was a very important update where I fixed a few small but fatal bugs in my
code. I had removed the import of Privilege in mediagoblin.db.migrations, and
this was still necessary and was causing errors. I also made it so that media
deletion by moderators, through reports, actually fully deleted the media,
rather than just deleting the database representation of the media. Lastly, I
fixed a bug in migration that caused a fatal error on login because the UserBan
user_id column was improperly named in it's creation by migration.
mediagoblin/db/migrations.py
mediagoblin/moderation/tools.py