Bugfix to CachedPaginator
Found by Mr. Bennett, there was a bug in the CachedPaginator. Newly added is a number = self.validate_number(number)
call in the page
method. You'll want to grab the latest source from http://www.djangosnippets.org/snippets/1173/ if you used it.