フィールド名をdistinct
に渡します 機能:
model_results = teilnehmer.objects.filter(**{filter: term}).order_by().distinct(field)
また、GET
を検証する必要があるため、アプローチは非常に安全ではありません。 QuerySet
に渡す前の値 。おそらくdjangoフォームを使用しますか?
distinct
に関するドキュメントもお読みください 関数
フィールド名をdistinct
に渡します 機能:
model_results = teilnehmer.objects.filter(**{filter: term}).order_by().distinct(field)
また、GET
を検証する必要があるため、アプローチは非常に安全ではありません。 QuerySet
に渡す前の値 。おそらくdjangoフォームを使用しますか?
distinct
に関するドキュメントもお読みください 関数