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

Fix the queryset used in chunking #4683

Merged
merged 2 commits into from Sep 29, 2018
Merged

Fix the queryset used in chunking #4683

merged 2 commits into from Sep 29, 2018

Commits on Sep 29, 2018

  1. Fix the queryset used in chunking

    This makes sure we’re using ID’s from the same queryset,
    otherwise we end up indexing the wrong objects.
    ericholscher committed Sep 29, 2018
    Configuration menu
    Copy the full SHA
    75d76d3 View commit details
    Browse the repository at this point in the history
  2. Better comment

    ericholscher committed Sep 29, 2018
    Configuration menu
    Copy the full SHA
    6d06091 View commit details
    Browse the repository at this point in the history