scipy / SciPyCentral

SciPy Central
http://scipy-central.org
BSD 3-Clause "New" or "Revised" License
16 stars 12 forks source link

BUG: ignore exceptions in most_viewed template filter #155

Closed ksurya closed 10 years ago

ksurya commented 10 years ago

most_viewed() template-filter search all Submission objects based on pk stored in PageHit objects. An exception is raised when the Submission object is not present in database but PageHit consists of its pk values.

PageHit model logs all data. So, the exceptions are ignored instead of deleting respective PageHit objects.

ksurya commented 10 years ago

@pv anything you want to see get improved here?