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

Inefficent Queries (get/filter) Don't Return Results In Some Cases #53

Merged

Commits on Oct 29, 2015

  1. Inefficent Queries (get/filter) Don't Return Results In Some Cases

    Nasty bug here where for inefficient queries the limit on the query wasn't being reset. Somewhere in the get/filter django sets a limit to 21 (I think this is MAX_GET_RESULTS +1; use grep to find if curious). When there were more than 21 results in the query set there was a good chance that the result that matches the provided filter would not be in the result set.
    Seth Denner committed Oct 29, 2015
    Configuration menu
    Copy the full SHA
    0366b87 View commit details
    Browse the repository at this point in the history