Closed clokep closed 8 years ago
When doing things like gt or exact lookups on an IntegerField, Django casts the supplied value to an int before using it. We should be doing the same here.
gt
exact
IntegerField
int
When doing things like
gt
orexact
lookups on anIntegerField
, Django casts the supplied value to anint
before using it. We should be doing the same here.