mirror of
https://github.com/django/django.git
synced 2025-01-26 02:00:08 +00:00
bcce6bb7c7
This particular test was sometimes failing when running the test suite in parallel. The `id` was different depending on the order the tests were run. The test was incorrectly comparing model primary keys rather than ensuring they didn't change.