class documentation

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