Inconsistent pagination when sorting by non-unique columns (ticket 34251)

2023-01-11 Thread tatari...@gmail.com
As described in https://code.djangoproject.com/ticket/34251, some database backends (incl. PostgreSQL) will produce non-deterministic ordering when sorting by columns with non-unique values. This leads to inconsistent pagination, which I argue falls under the same category as paginating by unord

Re: Inconsistent pagination when sorting by non-unique columns (ticket 34251)

2023-01-11 Thread tatari...@gmail.com
ve something like 20,000 tests running today (and will probably hit > 40,000 over time), many of which do pagination and sorting. I'd really, > really hate to have to go fix all of those tests -- it would be thousands > of them. If there was a way to disable this proposed warnin