Add admin link to reset http time for a blog
authorMagnus Hagander <magnus@hagander.net>
Thu, 9 Dec 2010 10:17:29 +0000 (11:17 +0100)
committerMagnus Hagander <magnus@hagander.net>
Thu, 9 Dec 2010 10:17:29 +0000 (11:17 +0100)
commitdb729d93df40d0dfbcb0bec6c8671bf2ff2b279f
tree6d3f12b1c52a0a59fea84235e6f1d0d8708b6fd9
parent2a98c6f62a4231e68b8046c4aa47252a60b7d25d
Add admin link to reset http time for a blog

In case the blog incorrectly changes things backwards in time, or
similar situations where the If-Modified-Since header actually points
beyond the end of the blog, we don't get the latest posts. It's really
a problem on the blog side from what I can tell, but this gives the
blog owner a chance to reset the counter and re-fetch the whole blog.
hamnadmin/register/templates/index.html
hamnadmin/register/urls.py
hamnadmin/register/views.py