特定のテーブルから個別の行をフェッチする必要がある django モデル クエリがありますが、何らかの理由でそれをフェッチしていません。
あなたの入力を教えてください
クエリ
Volunteercontacts.objects.order_by('name')- gives me the expected answer ie;ordering by name
Volunteercontacts.objects.order_by('name').distinct('name')- does not eliminate the duplicate