Re: [BangPypers] Fwd: Regarding Forms : "ModelMultipleChoiceField"

2015-12-09 Thread Asif Jamadar
: Bangalore Python Users Group - India Subject: Re: [BangPypers] Fwd: Regarding Forms : "ModelMultipleChoiceField" With 5000 choices, it is not a good design from performance n usability point of view. How many times these choices will be accessed? If frequently you have to add them in c

Re: [BangPypers] Fwd: Regarding Forms : "ModelMultipleChoiceField"

2015-12-09 Thread Nikhileshkumar Ikhar
With 5000 choices, it is not a good design from performance n usability point of view. How many times these choices will be accessed? If frequently you have to add them in cache n use ajax calls. If not so frequently then you can go ahead with current design. But i would suggest to use ajax calls