Don't let articles into the database with obviously-wrong dates.
eg
http://unsourced.org/art/9690
(in this case, I think the scrape-o-mat got confused by the silly US date format)
When someone tries to add an article with a future date, the process should require the user to manually fix up the date first.
adding another validator to the EnterArticleForm in handlers/addarticle.py might do the trick.
Don't let articles into the database with obviously-wrong dates. eg http://unsourced.org/art/9690 (in this case, I think the scrape-o-mat got confused by the silly US date format)
When someone tries to add an article with a future date, the process should require the user to manually fix up the date first.
adding another validator to the EnterArticleForm in handlers/addarticle.py might do the trick.