Skip to content

Conversation

ratoma
Copy link
Contributor

@ratoma ratoma commented May 28, 2020

Django's QuerySet also stores annotation names in a 'annotation_select_mask'
set. Not updating this set will cause a bug when the QuerySet gets cloned,
and the renamed annotations will be lost.

@ratoma ratoma requested a review from Photonios May 28, 2020 08:20
Django's QuerySet also stores annotation names in a 'annotation_select_mask'
set. Not updating this set will cause a bug when the QuerySet gets cloned,
and the renamed annotations will be lost.
@ratoma ratoma force-pushed the fix-annotations-rename-bug branch from b8332a8 to 5cde392 Compare May 28, 2020 08:50
@Photonios Photonios merged commit 6bece6e into master Jul 13, 2020
@Photonios Photonios deleted the fix-annotations-rename-bug branch July 13, 2020 12:21
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