mirror of
https://github.com/django/django.git
synced 2025-01-22 16:19:35 +00:00
ab89414f40
Also removed Query.join_map. This structure was used to speed up join reuse calculation. Initial benchmarking shows that this isn't actually needed. If there are use cases where the removal has real-world performance implications, it should be relatively straightforward to reintroduce it as map {alias: [Join-like objects]}.