Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support django50 and python3.12 #233

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

zetahernandez
Copy link

No description provided.

@adamantike adamantike mentioned this pull request Jan 2, 2024
@akx
Copy link

akx commented Jan 17, 2024

Tests seem to be flaking on partition order issues:

>       assert partition_names == [par.name for par in table.partitions]
E       AssertionError: assert ['2019_jan', '2019_mar'] == ['2019_mar', '2019_jan']
E         At index 0 diff: '2019_jan' != '2019_mar'
E         Use -v to get the full diff

@SebCorbin
Copy link

We also have a regression on annotation_select_mask:

The undocumented Query.annotation_select_mask attribute is changed from a
set of strings to an ordered list of strings.

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.

3 participants