1
0
mirror of https://github.com/django/django.git synced 2025-01-30 03:59:19 +00:00
Tim Bell 8b18e0bb3b [5.0.x] Fixed #27403 -- Doc'd that QuerySet.prefetch_related() doesn't guarantee transactional consistency.
Added a note about the potential race condition in prefetch_related()
that could produce an inconsistent result, one that does not correspond
to any point in the database history.

Backport of ee104251c403fbac83b8475163ff2ac01c567d25 from main
2023-10-25 10:22:56 +02:00
..