google-code-export / django-basic-apps

Automatically exported from code.google.com/p/django-basic-apps
0 stars 0 forks source link

issues arise with new posts and published status either client and server time are not synced #43

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create new post in the django admin with publish time of "now"
2. ensure server time is off or client time is incorrect (server in the past 
about 10 minutes in my 
case)
3. profit!  no, just kidding.  there is no 3rd step.

What is the expected output? What do you see instead?

A blog posting 10 minutes in the future shows up in the post_list view but does 
NOT show up in 
any of the views using date_based.*

This means the blog posting shows up on the listing page but when viewing the 
post, a 404 is 
generated.  Also, the month listing does not show the post.

What version of the product are you using? On what operating system?

0.6 on python 2.5.2 with django 1.1.0 final

Please provide any additional information below.

Original issue reported on code.google.com by nodswo...@gmail.com on 1 Sep 2009 at 3:04