﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	parents
783	bin/gmg command adduser generates a minor unnecessary error	NattilyPidgin		"Whenever `bin/gmg adduser` is used, a minor error is raised because the code filters the User table for a unicode string using a non-unicode string. This is the error that is raised:
{{{
mediagoblin/local/lib/python2.7/site-packages/SQLAlchemy-0.8.2-py2.7-linux-i686.egg/sqlalchemy/engine/default.py:459: SAWarning: Unicode type received non-unicode bind param value.
  param.append(processors[key](compiled_params[key]))
}}}

This doesn't affect functionality at all, but may be confusing if unfixed.
"	defect	closed	trivial	0.7.0	programming	fixed	bite-sized		
