Sebastian Spaeth 20be9bb77d 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>
2013-01-07 13:52:37 +01:00
..
2012-02-02 09:44:13 -06:00
2012-09-18 18:10:36 +02:00
2012-12-21 00:30:48 +01:00
2013-01-07 13:52:37 +01:00