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 django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to