Fantomas42 / django-blog-zinnia

Simple yet powerful and really extendable application for managing a blog within your Django Web site.
http://django-blog-zinnia.com/
BSD 3-Clause "New" or "Revised" License
2.11k stars 730 forks source link

Future entries in Similar entries section Detail view #548

Open itmagistr opened 5 years ago

itmagistr commented 5 years ago

Actual behavior

I have some entries with future publication date. ALLOW_FUTURE was set in False. There are my future entries in detail view Similar entries section.

Expected behavior

Not show future entries in Similar entries section detail view.

Steps to reproduce the issue

  1. set ALLOW_FUTURE to False
  2. add new entry with future publication date
  3. view any exsisted entry with similar title. In section Similar entries will be shown future entries

Specifications

Disclaimer

Before submitting an issue make sure you have: