: 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
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