Ill help myself and anyone else who stumbles across this -

The answer is:

Place.objects.values_list('county', flat=true).distinct()

On May 20, 2:52 pm, Aldo <[email protected]> wrote:
> Hi folks,
>
> The problem Im having is that I have a large number of objects.
> Objects are people (name, address, phone etc)
>
> I want to retrieve all the objects where name startswith "Mary"
> X = objects.filter(name__startswith="Mary").distinct()
>
> But, If there are 3 objects called "Mary Smith" I do not want X to
> have all 3. Just 1 name.
>
> Basically I want a list of the unique names.
>
> Please help.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to