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

Commits on Nov 1, 2012

  1. Remove limitation of choices_for_values

    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.
    mback2k committed Nov 1, 2012
    Configuration menu
    Copy the full SHA
    3e6825e View commit details
    Browse the repository at this point in the history