class documentation

class SQLiteDecimalToFloatMixin:

Known subclasses: django.contrib.gis.db.models.functions.Scale, django.contrib.gis.db.models.functions.SnapToGrid

View In Hierarchy

By default, Decimal values are converted to str by the SQLite backend, which is not acceptable by the GIS functions expecting numeric values.
Method as​_sqlite Undocumented
def as_sqlite(self, compiler, connection, **extra_context):