475: Reviewboard explodes when sorting by Submitter

jon.ba*******@gmai***** (Google Code) (Is this you? Claim this profile.)
April 28, 2008
What's the URL of the page containing the problem?
http://reviewboard/r/ or http://reviewboard/dashboard/?sort=submitter

What steps will reproduce the problem?
1. login
2. sort by submitter
3. watch the explosion

What is the expected output? What do you see instead?
A datagrid sorted by Submitter.  Instead I see an error 

What operating system are you using? What browser?
Running reviewboard on Ubuntu 7.0.4, hitting it from Mac OS 10.5, using
firefox.  

Please provide any additional information below.
Reviewboard revision 1319
Django revision 7840 

This looks to be a problem with the query refactoring done recently in
django.  Maybe there are some issues with it and djblets?
chipx86
#1 chipx86
Thanks for the heads up. We're slowly trying to find and fix any problems caused by
queryset refactoring. This is now fixed in r1320.
  • +Fixed
#2 jon.ba*******@gmai***** (Google Code) (Is this you? Claim this profile.)
Thanks!