Hi guys, I notice this warning in the console when following tutorial 4 & 5 in django 8 with Python 3.4:
although "future" tag was never used, it's not even covered in the tutorial. The above warning came after I've reach the last part of part 5 where I'm creating the test for "test_detail_view_with_a_future_question". I later tested it manually by creating a future question in admin, and it appear whenever I click on the future question from
http://127.0.0.1:8000/admin/polls/question/ . Refreshing the question page itself will not produce this warning.