andrewebdev / tehblog

A very simple django blogging app
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Date List Tags to return count #8

Closed andrewebdev closed 14 years ago

andrewebdev commented 14 years ago

Date List tags should also return the number of entries in that time-frame, so that this can be used in the templates as well.

andrewebdev commented 14 years ago

Created a filter "entries_for_month" that returns the number of entries for the month. Solves this problem.