Re: Django Admin select boxes

2011-01-31 Thread Bjorn Meyer
Thanks to both you and Tom. I suspected that I was going to have to use javascript in order to do this. I did find Dojo and Dajax that will hopefully lead me in the direction I need as well. Bjorn On Mon, Jan 31, 2011 at 10:39, Joel Goldstick wrote: > > > On Mon, Jan 31, 2011 at 12:06 PM, Tom

Re: Django Admin select boxes

2011-01-31 Thread Joel Goldstick
On Mon, Jan 31, 2011 at 12:06 PM, Tom Evans wrote: > On Mon, Jan 31, 2011 at 4:51 PM, Bjorn Meyer > wrote: > > Hi all, I am hoping that someone might be able to point me in the right > > direction for the following problem. I have been searching for a few days > now > > and haven't been able to f

Re: Django Admin select boxes

2011-01-31 Thread Tom Evans
On Mon, Jan 31, 2011 at 4:51 PM, Bjorn Meyer wrote: > Hi all, I am hoping that someone might be able to point me in the right > direction for the following problem. I have been searching for a few days now > and haven't been able to find a way to accomplish this. I have found some > solutions that

Django Admin select boxes

2011-01-31 Thread Bjorn Meyer
Hi all, I am hoping that someone might be able to point me in the right direction for the following problem. I have been searching for a few days now and haven't been able to find a way to accomplish this. I have found some solutions that are close, but only work on editing an entry, not on add.