On 9/8/06, tom smith <[EMAIL PROTECTED]> wrote:
> Then because the sql has a % in it.. django complains...

The '%' needs to be escaped, because it's a special character in this
context. Make it '%%' (two percent signs in a row) and it should work
(and this isn't Django-specific AFAIK -- the syntax comes straight out
of the standard Python DB-API).

-- 
"May the forces of evil become confused on the way to your house."
  -- George Carlin

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to