Tagged Questions
0
votes
3answers
289 views
Listing blog entries by year,month
I want to do something like this:
Entries.objects.values('date.year','date.month')
but this line is not valid. How can I list blog entries by year,month and display them in template?
Thanks!