django-modelcluster
django-modelcluster copied to clipboard
FakeQuerySet doesn't support order_by('?')
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.