Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with limitation of choices_for_values #58

Merged
merged 1 commit into from Nov 2, 2012
Merged

Problem with limitation of choices_for_values #58

merged 1 commit into from Nov 2, 2012

Conversation

mback2k
Copy link
Contributor

@mback2k mback2k commented Nov 1, 2012

Enforcing a limitation on the choices available to the already selected values also enforces a limit on the amount of values which can be selected. For example a limit_choices value of 20 would result in an error if more than 20 values were selected using the autocompletion feature. Removing the limit also removes this corner-case problem.

Enforcing a limitation on the choices available to the already
selected values also enforces a limit on the amount of values
which can be selected. For example a limit_choices value of 20
would result in an error if more than 20 values were selected
using the autocompletion feature. Removing the limit also
removes this corner-case problem.
jpic added a commit that referenced this pull request Nov 2, 2012
Limiting choices in choices_for_values makes no sense, it is only needed in choices_for_request.
@jpic jpic merged commit bcae3af into yourlabs:master Nov 2, 2012
@jpic
Copy link
Member

jpic commented Nov 2, 2012

Thanks for your bugfix !

Released in 1.1.0.

@jpic
Copy link
Member

jpic commented Nov 2, 2012

And welcome to AUTHORS B)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants