Re: Display FK List

2011-07-07 Thread Venkatraman S
On Thu, Jul 7, 2011 at 7:19 PM, urukay wrote: > maybe autocomplete will user frendly solution. > Yup - i just got this working with ajax-selects. Thanks. -V http://blizzardzblogs.blogspot.com/ -- You received this message because you are subscribed to the Google Groups "Django users" group.

Re: Display FK List

2011-07-07 Thread urukay
Hi, maybe autocomplete will user frendly solution. Radovan http://www.yau.sk On 7. Júl, 10:39 h., Venkatraman S wrote: > i have 2 models: Items and a Transactions . > > Transactions has a fk to Items. Now, there can be millions of Items, and > when i render Transaction as a modelform, i see tha

Display FK List

2011-07-07 Thread Venkatraman S
i have 2 models: Items and a Transactions . Transactions has a fk to Items. Now, there can be millions of Items, and when i render Transaction as a modelform, i see that all the Items are being fetched - and this is quiet a lot of txt being sent over the wire. Is there an efficient way of associat