andrewebdev / tehblog

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

Do not return Future items if published #5

Closed andrewebdev closed 14 years ago

andrewebdev commented 14 years ago

If a Entry is published but the date is set to sometime in the future, then it should not be returned by the .public() method.