6 lines
151 B
Python
6 lines
151 B
Python
|
from cx_Oracle import CLOB
|
||
|
from django.contrib.gis.db.backend.adaptor import WKTAdaptor
|
||
|
|
||
|
class OracleSpatialAdaptor(WKTAdaptor):
|
||
|
input_size = CLOB
|