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

Fixes #1544. Add new parameter to Field called m2m_add which changes… #1545

Merged
merged 6 commits into from
Feb 21, 2023
Merged

Fixes #1544. Add new parameter to Field called m2m_add which changes… #1545

merged 6 commits into from
Feb 21, 2023

Commits on Feb 16, 2023

  1. Fixes #1544. Add new parameter to Field called m2m_add which changes …

    …the behavior of Field.save such that it calls "add" instead of "set" for m2m fields.
    bdnettleton committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    d33c46e View commit details
    Browse the repository at this point in the history
  2. Fix test_fields.py to support mock.Mock from python 3.7 (it didn't su…

    …pport the args attribute for call_args).
    bdnettleton committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    c265763 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c22477 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. Configuration menu
    Copy the full SHA
    1d7a478 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Configuration menu
    Copy the full SHA
    2e1120c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    315576f View commit details
    Browse the repository at this point in the history