Files
stacktach/tests
Andrew Melton 0d3a8be1de Casting dbapi limit query_param to int
Since query params are provided by django as a String, all
limits were failing the comparison against the HARD_LIMIT
and thus a limit of 1 was getting turned into the HARD_LIMIT.
2013-08-01 11:33:51 -04:00
..