Results 4 comments of Shohan

@Ali-Javanmardi Not sure if this is still helpful, but we recently faced the same issue, and the solution we figured was to override the validators and the `to_python` method ```python...

Hi @gasman , I am looking to pick this up. As of now, [distinct](https://docs.djangoproject.com/en/3.2/ref/models/querysets/#distinct) can be called with and without a fields list. The call with the fields list is...