Re: Error when iexact meets integer field.

2006-06-24 Thread Russell Keith-Magee
On 6/25/06, favo <[EMAIL PROTECTED]> wrote: > > iexact use ILIKE as backend. this will cause error when effect on a > integer field. > we just need "!=". > > select id from auth_user where id ILIKE 5; > > select id from auth_user where id != 5; This is as desgined. iexact is for case insensitive

Error when iexact meets integer field.

2006-06-24 Thread favo
iexact use ILIKE as backend. this will cause error when effect on a integer field. we just need "!=". select id from auth_user where id ILIKE 5; select id from auth_user where id != 5; --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[#2228] Add e-mail and URL fields to free comments

2006-06-24 Thread Tyson Tate
Most comment systems that I know of allow the commenter to optionally supply an e-mail address and/or a URL along with their comment for attribution or administrator records. I thought it would be really handy to have in Django's free comments, in an optional, fully backwards-compatible, a