On Sep 21, 2005, at 4:56 AM, Kenneth Gonsalves wrote:
doesnt work with 'get_values'.
Ah, so it doesn't -- that's a bug, which I've filed and hopefully will be fixed shortly: http://code.djangoproject.com/ticket/532
Also i find that i have to put the full table name as it appears in the database in order to get it to work with get_list
Well, you're writing raw SQL here, so that's about the size of it, yes. Jacob