Class SQLiteDecimalToFloatMixin
By default, Decimal values are converted to str by the SQLite backend, which is not acceptable by the GIS functions expecting numeric values.
Declaration
class SQLiteDecimalToFloatMixin
source linkDocumentation
Methods
▶ def as_sqlite(self, compiler, connection, **extra_context) Overrides
This method is overriden in:
Subclasses