django-postgres-extra icon indicating copy to clipboard operation
django-postgres-extra copied to clipboard

Add support django50 and python3.12

Open zetahernandez opened this issue 1 year ago • 2 comments
trafficstars

zetahernandez avatar Dec 15 '23 16:12 zetahernandez

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

akx avatar Jan 17 '24 15:01 akx

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.

SebCorbin avatar Jan 22 '24 09:01 SebCorbin