On Aug 15, 5:23 am, adelaide_mike <mike.ro...@internode.on.net> wrote:
> My raw sql returns a list of data very nicely, except that character
> cols have data surrounded by u'', and dates have datetime.date
> (2009-01-01) etc.
>
> In my newbie innocence I have not discovered how to remove these
> extras.  Any clues?
>
> Thanks
>
> Mike

They are just how Python indicates a unicode and a datetime type
respectively. You don't need to remove them.
--
DR.
--~--~---------~--~----~------------~-------~--~----~
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