django-modelcluster icon indicating copy to clipboard operation
django-modelcluster copied to clipboard

FakeQuerySet doesn't support order_by('?')

Open trumpet2012 opened this issue 6 years ago • 0 comments

The FakeQuerySet object does not appear to have support for randomizing the order using order_by('?'). It treats ? as the name of a field on the model.

trumpet2012 avatar Apr 05 '19 14:04 trumpet2012