Fantomas42/django-blog-zinnia

Future entries in Similar entries section Detail view

itmagistr opened this issue · 0 comments

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

  • Zinnia version: 0.19
  • Django version: 1.11.13
  • Python version: 2.7.14
  • Operating system: Ubuntu 12.04.5 LTS (GNU/Linux 4.9.80-0-beget-acl x86_64)

Disclaimer

Before submitting an issue make sure you have:

  • Read the guidelines for contributing.
  • Checked for duplicate issues.
  • Not a support request.