SectorLabs / django-postgres-extra

Bringing all of PostgreSQL's awesomeness to Django.
MIT License
695 stars 96 forks source link

Add support django50 and python3.12 #233

Open zetahernandez opened 10 months ago

akx commented 9 months ago

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 commented 8 months ago

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.