oracle 10g fulltext search & patch nclob field limitations
save as some module, import then, call 'patch()' in somewhere suchs urls.py...
- text
- search
- oracle
- database
- contains
- db-api
- backend
- 10g
- patch
- full
- full-text-search
save as some module, import then, call 'patch()' in somewhere suchs urls.py...
<code> is_loaded = False if not is_loaded: is_loaded = True #... ExceptionHandlingMiddleware as EHM import views EHM.append(views.AuthFailError, views.auth_fail) # when AuthFailError thrown it redirects to `auth_fail` view function. </code>