Wrong ordering of many-to-many fields with explicit intermediary model in Django admin

2023-11-01 Thread Alan Evangelista
Hi, all. I was not sure if this question was better suited to the users or developers mailing list and posted in both. Feel free to delete one of them if you see fit. I have a Submission model with a many-to-many relationship with a Market model and explicitly defined a SubmissionMarket model

Splitting tests instead of testcases by processors when parallelizing tests

2022-03-18 Thread Alan Evangelista
Django only offers the possibility of parallelizing tests by splitting TestCases among processes. As the number of tests per TestCase class can be very different, it seems that splitting individual tests among processes would make more sense. I have replaced partition_suite_by_case() in test/ru