I solved this problem, for those who come after me, you can use:

Entry.objects.dates('entry_date', 'month', order='DESC')

where entry is the name of the table/model and entry_date is the name
of the date field. This returns a list of months with objects in.

Thanks for everyone's help,

Andrew
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to