Hi,
I am on 1.7.4 and hit the following problem when accessing /users/ URL:


Traceback (most recent call last):

  File 
"/data/httpd/www/reviews/lib/python2.7/site-packages/django/core/handlers/base.py",
 
line 111, in get_response
    response = callback(request, *callback_args, **callback_kwargs)

  File 
"/data/httpd/www/reviews/lib/python2.7/site-packages/ReviewBoard-1.7.4-py2.7.egg/reviewboard/accounts/decorators.py",
 
line 20, in _check
    return login_required(view_func)(*args, **kwargs)

  File 
"/data/httpd/www/reviews/lib/python2.7/site-packages/Djblets-0.7.9-py2.7.egg/djblets/auth/util.py",
 
line 47, in _checklogin
    return view_func(request, *args, **kwargs)

  File 
"/data/httpd/www/reviews/lib/python2.7/site-packages/ReviewBoard-1.7.4-py2.7.egg/reviewboard/reviews/views.py",
 
line 798, in submitter_list
    return grid.render_to_response(template_name)

  File 
"/data/httpd/www/reviews/lib/python2.7/site-packages/Djblets-0.7.9-py2.7.egg/djblets/datagrid/grids.py",
 
line 763, in render_to_response
    self.load_state()

  File 
"/data/httpd/www/reviews/lib/python2.7/site-packages/Djblets-0.7.9-py2.7.egg/djblets/datagrid/grids.py",
 
line 590, in load_state
    self.precompute_objects()

  File 
"/data/httpd/www/reviews/lib/python2.7/site-packages/Djblets-0.7.9-py2.7.egg/djblets/datagrid/grids.py",
 
line 657, in precompute_objects
    'pk', flat=True))

  File 
"/data/httpd/www/reviews/lib/python2.7/site-packages/django/db/models/query.py",
 
line 87, in __len__
    self._result_cache.extend(self._iter)

  File 
"/data/httpd/www/reviews/lib/python2.7/site-packages/django/db/models/query.py",
 
line 1078, in iterator
    for row in self.query.get_compiler(self.db).results_iter():

  File 
"/data/httpd/www/reviews/lib/python2.7/site-packages/django/db/models/sql/compiler.py",
 
line 763, in results_iter
    for rows in self.execute_sql(MULTI):

  File 
"/data/httpd/www/reviews/lib/python2.7/site-packages/django/db/models/sql/compiler.py",
 
line 808, in execute_sql
    sql, params = self.as_sql()

  File 
"/data/httpd/www/reviews/lib/python2.7/site-packages/django/db/models/sql/compiler.py",
 
line 72, in as_sql
    ordering, ordering_group_by = self.get_ordering()

  File 
"/data/httpd/www/reviews/lib/python2.7/site-packages/django/db/models/sql/compiler.py",
 
line 401, in get_ordering
    self.query.model._meta, default_order=asc):

  File 
"/data/httpd/www/reviews/lib/python2.7/site-packages/django/db/models/sql/compiler.py",
 
line 427, in find_ordering_name
    field, col, alias, joins, opts = self._setup_joins(pieces, opts, alias)

  File 
"/data/httpd/www/reviews/lib/python2.7/site-packages/django/db/models/sql/compiler.py",
 
line 460, in _setup_joins
    opts, alias, False)

  File 
"/data/httpd/www/reviews/lib/python2.7/site-packages/django/db/models/sql/query.py",
 
line 1316, in setup_joins
    "Choices are: %s" % (name, ", ".join(names)))

FieldError: Cannot resolve keyword 'get_full_name' into field. Choices are: 
date_joined, default_review_paths, directed_drafts, 
directed_review_requests, email, first_name, groups, id, is_active, 
is_staff, is_superuser, last_login, last_name, local_site, 
local_site_admins, logentry, password, profile, repositories, 
review_groups, review_request_visits, review_requests, reviews, 
site_profiles, user_permissions, username


<WSGIRequest
path:/users/,
GET:<QueryDict: {}>,
POST:<QueryDict: {}>,
COOKIES:{'collapsediffs': 'True',
 'csrftoken': '0b0fd517d45311fb6faee2f79a40922e',
 'rbsessionid': 'f5a75ba4ec55732b1366be479896afae'},
META:{'DOCUMENT_ROOT': '/data/httpd/www/reviews/var/www/reviews/htdocs',
 'GATEWAY_INTERFACE': 'CGI/1.1',
 'HTTP_ACCEPT': 
'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
 'HTTP_ACCEPT_ENCODING': 'gzip, deflate',
 'HTTP_ACCEPT_LANGUAGE': 'pl,en;q=0.7,en-us;q=0.3',
 'HTTP_CONNECTION': 'keep-alive',
 'HTTP_COOKIE': 'rbsessionid=f5a75ba4ec55732b1366be479896afae; 
csrftoken=0b0fd517d45311fb6faee2f79a40922e; collapsediffs=True;',
 'HTTP_DNT': '1',
 'HTTP_HOST': 'reviews.local',
 'HTTP_USER_AGENT': 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) 
Gecko/20100101 Firefox/18.0',
 'PATH_INFO': u'/users/',
 'PATH_TRANSLATED': 
'/data/httpd/www/reviews/var/www/reviews/htdocs/reviewboard.wsgi/users/',
 'QUERY_STRING': '',
 'REMOTE_ADDR': '10.156.236.137',
 'REMOTE_PORT': '58923',
 'REQUEST_METHOD': 'GET',
 'REQUEST_URI': '/users/',
 'SCRIPT_FILENAME': 
'/data/httpd/www/reviews/var/www/reviews/htdocs/reviewboard.wsgi',
 'SCRIPT_NAME': u'',
 'SERVER_ADDR': '10.159.74.4',
 'SERVER_ADMIN': 'bartek.celary@local',
 'SERVER_NAME': 'reviews.local',
 'SERVER_PORT': '80',
 'SERVER_PROTOCOL': 'HTTP/1.1',
 'SERVER_SIGNATURE': '<address>Apache Server at reviews.local Port 
80</address>\n',
 'SERVER_SOFTWARE': 'Apache',
 'mod_wsgi.application_group': '',
 'mod_wsgi.callable_object': 'application',
 'mod_wsgi.handler_script': '',
 'mod_wsgi.input_chunked': '0',
 'mod_wsgi.listener_host': '',
 'mod_wsgi.listener_port': '80',
 'mod_wsgi.process_group': 'reviews',
 'mod_wsgi.request_handler': 'wsgi-script',
 'mod_wsgi.script_reloading': '1',
 'mod_wsgi.version': (3, 3),
 'wsgi.errors': <mod_wsgi.Log object at 0x2ad29d883730>,
 'wsgi.file_wrapper': <built-in method file_wrapper of mod_wsgi.Adapter 
object at 0x2ad29dc80a08>,
 'wsgi.input': <mod_wsgi.Input object at 0x2ad29d883d30>,
 'wsgi.multiprocess': True,
 'wsgi.multithread': True,
 'wsgi.run_once': False,
 'wsgi.url_scheme': 'http',
 'wsgi.version': (1, 1)}>

This URL used to work OK on this version. Not sure what have triggered this 
behavior.

Thanks,
Bart

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~----------~----~----~----~------~----~------~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to