Skip to content

Correcting a __hash__ function, has no practical effect due to the unique_together constraints but it is still not correct#4865

Open
frjo wants to merge 1 commit into
mainfrom
fix/equal-objects-same-hash
Open

Correcting a __hash__ function, has no practical effect due to the unique_together constraints but it is still not correct#4865
frjo wants to merge 1 commit into
mainfrom
fix/equal-objects-same-hash

Conversation

@frjo

@frjo frjo commented Jun 11, 2026

Copy link
Copy Markdown
Member

Fixes #4864

Test Steps

  • Test that added/removed reviewers are are calculated correctly, shown in notifications.

…que_together constraints but it is still not correct.
@wes-otf

wes-otf commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

If there's no effect should we keep it at all? I haven't tested to maybe I'm misunderstanding

@frjo

frjo commented Jun 12, 2026

Copy link
Copy Markdown
Member Author

The code is working as is so we do not need to make any changes. This PR is about correctness.

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.

Some forms do not follow Python's __hash__ contract

2 participants