Ensure query_dict is a dict after the contents have been modified.
authorNathan Yergler <nathan@yergler.net>
Tue, 27 Nov 2012 04:24:30 +0000 (20:24 -0800)
committerSebastian Spaeth <Sebastian@SSpaeth.de>
Mon, 10 Dec 2012 11:30:04 +0000 (12:30 +0100)
commitafe0afdb88727de854de48909e4eb28c1ff57c66
tree7589a8cd4d41e11f2b3db46b73352ed1c260920f
parent41fc4698c5e6f41438c270bf088495bd2e7db3e2
Ensure query_dict is a dict after the contents have been modified.

_fix_query_dict modifies its argument in place. Ensure that the
argument passed in has a local name and will be passed into the
subsequent filter_by call.
mediagoblin/db/sql/base.py