On 5/10/06, Michael Radziej <[EMAIL PROTECTED]> wrote: > I think you'll run into many problems since everything expects that > it can do a get(pk=...), which wouldn't work.
Well, considering that Django explicitly advertises zero support for this situation, I'd say getting *anything* to work is pretty cool. So far as I can tell, you've got a choice to make: use Django and be careful only to use methods which will be safe for your DB setup (e.g., avoid "pk" lookups), or don't use Django. -- "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 developers" group. To post to this group, send email to django-developers@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-developers -~----------~----~----~----~------~----~------~--~---