class documentation

class IntegerFieldFloatRounding:

Known subclasses: django.db.models.lookups.IntegerGreaterThanOrEqual, django.db.models.lookups.IntegerLessThan

View In Hierarchy

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):

Undocumented

rhs =

Undocumented