show/hide this revision's text 2 edited tags
show/hide this revision's text 1

group by in django

How can i create simple group by query in trunk version of django?

I need something like

[code] SELECT name FROM mytable GROUP BY name [/code]

actually what i want to do is simply get all entries with distinct names.