class documentation

Allow floats to work as query values for IntegerField. Without this, the decimal portion of the float would always be discarded.

Method get_prep_lookup Undocumented
Instance Variable rhs Undocumented
def get_prep_lookup(self): (source)

Undocumented

Undocumented