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: use sender for m2m signal dispatch connection #686

Merged
merged 6 commits into from
Nov 12, 2024

Commits on Nov 10, 2024

  1. fix: use sender for m2m signal dispatch connection

    This fix adds support for a use case where a single m2m through model is
    used on multiple models. When the reciever is used for the dispatch uid
    in this use case it cause duplicated logs because the through model
    singal connection happens multiple times.
    
    By changing the m2m signal connection to use the sender for the dispatch
    uid this duplication is prevented because the signal connection only
    happens once for the through model.
    
    Refs: #685
    cdubz committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    5888581 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35b431c View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. add test and changelog entry

    cdubz committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    96267d5 View commit details
    Browse the repository at this point in the history
  2. remove unused import

    cdubz committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    9c5899c View commit details
    Browse the repository at this point in the history
  3. correct import sorting

    cdubz committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    031eae7 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

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