sorry the error specified no upload_user column. In the Operational
Error.
I am calling the user id currently now and adding it to the
UploadedFile class as upload_user.
however using it to find the files the user uploaded is not working
user=user.get(1)
gives me the information about User 1
but running User.files says that no column upload_user exists
this is how i declared files, just as recomended
files = MultipleJoin("UploadedFile", joinColumn="upload_user")
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~----------~----~----~----~------~----~------~--~---