Prevent non-Unicode SQLAlchemy warnings in most submission tests.
authorBrett Smith <brettcsmith@brettcsmith.org>
Sun, 8 Jul 2012 14:04:06 +0000 (10:04 -0400)
committerBrett Smith <brettcsmith@brettcsmith.org>
Sun, 8 Jul 2012 14:04:06 +0000 (10:04 -0400)
commit5bd0adebd0bcf35aa6fa5238b857737134adc075
tree94de17c617e4e543b9965821ca1e21ebff1505eb
parentc7dfd4fba6407d70345c5dc9017e87e472ce6722
Prevent non-Unicode SQLAlchemy warnings in most submission tests.

This commit  makes test_submission mostly warning-clean.
mediagoblin/db/mixin.py
mediagoblin/db/sql/models.py
mediagoblin/decorators.py
mediagoblin/media_types/image/processing.py
mediagoblin/processing/__init__.py
mediagoblin/tests/test_submission.py
mediagoblin/user_pages/views.py