Mocking the Django "order_by" QuerySet Method
October 7, 2023
This week at work, I took on the task of testing `order_by("?")` in our Django codebase. This line says that we want our...
This week at work, I took on the task of testing `order_by("?")` in our Django codebase. This line says that we want our...