Remove custom GMQuery class
authorSebastian Spaeth <Sebastian@SSpaeth.de>
Mon, 7 Jan 2013 12:52:14 +0000 (13:52 +0100)
committerSebastian Spaeth <Sebastian@SSpaeth.de>
Mon, 7 Jan 2013 12:52:37 +0000 (13:52 +0100)
commit20be9bb77dc9aa382e5555830ffcb199e0c43195
tree2a2642c265a4cd58a27a1c3a00ae64aa3fdac874
parent39dc3bf8db4a0a21220560a259574da4f2c1e12a
Remove custom GMQuery class

We provided a custom GMQuery class that offered a .sort() method for
compatibility with the Mongo syntax. Now that we have settled for sqlalchemy
which uses the order_by() method, we can safely remove this custom class
and move a little closer to "pure" and native sqlalchemy usage.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
mediagoblin/db/base.py
mediagoblin/user_pages/views.py