mirror of
https://github.com/django/django.git
synced 2025-08-09 05:18:56 +00:00
7 lines
159 B
Python
7 lines
159 B
Python
from cx_Oracle import CLOB
|
|
|
|
from django.contrib.gis.db.backends.base.adapter import WKTAdapter
|
|
|
|
|
|
class OracleSpatialAdapter(WKTAdapter):
|
|
input_size = CLOB
|