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

Changed get_instance() return val #842

Merged
merged 1 commit into from
Oct 2, 2018

Commits on Sep 25, 2018

  1. Changed get_instance() return val

    When `import_id_fields` is empty, `get_instance()` should return None. Previously it would return an object if queryset contained a single object -- qs.get() with no args returns an obj for queryset of length=1.
    akulakov committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    0648e2a View commit details
    Browse the repository at this point in the history