On 4/16/06, George Sakkis <[EMAIL PROTECTED]> wrote:
> Is there any thought on decoupling the "choices" parameter from the
> type of bound Field, so that for instance something like
>
> IntegerField('Results per page', choices=[(n,n) for n in
> 10,20,30,50,100])
>
> would work as expected and not
Is there any thought on decoupling the "choices" parameter from the
type of bound Field, so that for instance something like
IntegerField('Results per page', choices=[(n,n) for n in
10,20,30,50,100])
would work as expected and not return string instead ? If not, I'll add
a ticket, though I'm not
2 matches
Mail list logo