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

Fixed #27462 -- Clarifed difference in m2m_changed pk_set for add() vs remove(). #11792

Merged
merged 2 commits into from
Sep 19, 2019
Merged

Fixed #27462 -- Clarifed difference in m2m_changed pk_set for add() vs remove(). #11792

merged 2 commits into from
Sep 19, 2019

Conversation

carltongibson
Copy link
Member

Wording. Hmmm.

c.f. #10563.

Copy link
Member

@felixxm felixxm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@carltongibson Thanks for this patch 👍 I left some suggestions.

Commit messages proposition:

  • Refs #27462 -- Added tests of pk_set in m2m_changed signal receivers for repeated add/remove calls.
  • Fixed #27462 -- Clarifed pk_set difference in m2m_changed signal receivers for add() and remove().

docs/ref/signals.txt Outdated Show resolved Hide resolved
docs/ref/signals.txt Outdated Show resolved Hide resolved
docs/ref/signals.txt Outdated Show resolved Hide resolved
docs/ref/signals.txt Outdated Show resolved Hide resolved
tests/m2m_signals/tests.py Outdated Show resolved Hide resolved
tests/m2m_signals/tests.py Outdated Show resolved Hide resolved
tests/m2m_signals/tests.py Outdated Show resolved Hide resolved
@carltongibson
Copy link
Member Author

Cool. Thanks for the review @felixxm. I will go over it tomorrow. 👍

…ivers for add() and remove().

Thank you to Mariusz Felisiak for review.
@carltongibson carltongibson merged commit bae05bc into django:master Sep 19, 2019
@carltongibson carltongibson deleted the m2m_changed-docs branch September 19, 2019 09:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants