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 #298 -- create m2m when using _bulk_create=True #354

Merged
merged 6 commits into from
Oct 24, 2022

Commits on Oct 17, 2022

  1. Configuration menu
    Copy the full SHA
    b34b5be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31b2cfd View commit details
    Browse the repository at this point in the history
  3. Increase query limit for several tests

    M2M lookups are adding up to the query count, we need to adjust tests to that.
    amureki committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    8d0900e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    257ef43 View commit details
    Browse the repository at this point in the history
  5. Switch to Ubuntu 22

    amureki committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    095ace0 View commit details
    Browse the repository at this point in the history
  6. Improve Django version import

    Co-authored-by: Tim Klein <timjklein36@users.noreply.github.com>
    amureki and timjklein36 committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    6055f16 View commit details
    Browse the repository at this point in the history