Re: "Polls" app in Django Beginners' Tutorial

2017-01-20 Thread Vpeguero
I believe this is how the code is supposed to function. When you visit the index page the list should show the most recently posted/edited poll question. For example: Lets say we have 3 questions Question 1, published - 1 / 19 / 2017 - morning Question 2, published - 1 / 19 / 2017 - ni

Django Tutorial Part 5, Test detail view with a past question failure.

2017-01-19 Thread Vpeguero
I'm currently working through the django tutorial for v1.10. On part 5 the final test that is created is raising an assertion error as follows: Creating test database for alias 'default'... .F == FAIL: test_detail_view_wi