With revision 472, clicking a disclosure triangle for a MultipleJoin
gives the following error:

2006/01/08 06:02:47  INFO Traceback (most recent call last):
  File
"/usr/local/lib/python2.4/site-packages/CherryPy-2.1.0-py2.4.egg/cherrypy/_cphttptools.py",
line 271, in run
    main()
  File
"/usr/local/lib/python2.4/site-packages/CherryPy-2.1.0-py2.4.egg/cherrypy/_cphttptools.py",
line 502, in main
    body = page_handler(*args, **cherrypy.request.paramMap)
  File "/root/turbogears/turbogears/controllers.py", line 240, in
newfunc
    html, fragment, *args, **kw)
  File "/root/turbogears/turbogears/database.py", line 189, in
run_with_transaction
    retval = func(*args, **kw)
  File "/root/turbogears/turbogears/controllers.py", line 257, in
_execute_func
    output = func(self, *args, **kw)
TypeError: joins() got an unexpected keyword argument 'start'

Reply via email to