On Wed, Jan 28, 2009 at 1:31 PM, Karen Tracey <kmtra...@gmail.com> wrote:

> You are including the __name in your manual search but you left it out of
> the search_fields you listed in your ModelAdmin.  So what happens if you
> make search_fields = ['title', 'authors__name']?
>

I did it, and got this error message:
*DatabaseError: ORA-00932: inconsistent datatypes: expected - got CLOB*

As it's an Oracle error, I tried with a sqlite database and it worked just
fine!

But, as I wanna continue using oracle, how can I solve it? Is this a bug?

Using CentOS 5.2, Django 1.0.2, cx_Oracle 4.4.1_10g, Oracle 9i and
oracle-instantclient-basic-10.2.0.4-1

Thanks for the reply, Karen.
-- 
João Olavo Baião de Vasconcelos
Bacharel em Ciência da Computação
Analista de Sistemas - Infraestrutura
joaoolavo.wordpress.com

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to