Re: dynamic / updating foreign key choices

2009-01-13 Thread raj
One possible way seems to override the render_change_form in AdminClass as pointed in this post: http://groups.google.com/group/django-users/browse_thread/thread/94bdf5d7eeefc99b/9cbdb25672387c33?lnk=gst&q=select+foreign+key+list#9cbdb25672387c33 On Jan 12, 8:34 pm, GuyBowden wrote: > Hi, > > I

dynamic / updating foreign key choices

2009-01-12 Thread GuyBowden
Hi, I am writing a resource booking system in django using the admin functionality. I have a "Booking" model, a "ResourceType" model, and a "Resource" model. The booking model has date from and to fields, a foreign key field to select the ResourceType, and a ManyToManyField to link to the Reso