210: Traceback viewing review requests when show_submitted is False

fore*****@gmai***** (Google Code) (Is this you? Claim this profile.)
Aug. 22, 2007
Uncaught exception due to BogusQuerySet not having an excludes method.

Attached patch resolves the issue, although it is probably not a good way
to do so.  The BogusQuerySet class claims to only be for use with generic
list views, but ... that is not really true.
chipx86
#1 chipx86
We shouldn't have even reached a point where we call exclude(), since we did that on
the dashboard page and we don't even use this logic there. Fixed it by bypassing that
logic.
  • +Fixed