Re: problem with related foreignkey in model

2006-06-16 Thread Antonello Cicchese
Thanks to all --~--~-~--~~~---~--~~ 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]

Re: problem with related foreignkey in model

2006-06-15 Thread Luke Plant
On Thursday 15 June 2006 15:12, Antonello Cicchese wrote: > now the problem is that in my admin i want to display in the city > field only cities related to the previously selected state, how can i > do this? Hacking this in server side will be difficult. My approach would be to use the 'js' A

Re: problem with related foreignkey in model

2006-06-15 Thread [EMAIL PROTECTED]
Antonello, I'm trying to achieve the same thing, look at my post here: http://groups.google.com/group/django-users/browse_thread/thread/f126415daa0461c4 Once we figure this out (if we do), I will post the solution to the cookbook. --Nick --~--~-~--~~~---~--~--