You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I declare custom form UserAdd for User class.
But, I got below error.
File "C:\Users\aodag\Documents\works\rebecca\lib\site-packages\pyramid_formalchemy\views.py", line 251, in get_fieldset
fs = id and fs.bind(model) or fs.copy()
TypeError: unbound method copy() must be called with UserAdd instance as first argument (got nothing instead)
maybe fs is UserAdd class. I expect fs is UserAdd instance.
The text was updated successfully, but these errors were encountered:
aodag
added a commit
to aodag/pyramid_formalchemy
that referenced
this issue
Jan 15, 2012
I declare custom form
UserAdd
forUser
class.But, I got below error.
maybe
fs
isUserAdd
class. I expectfs
isUserAdd
instance.The text was updated successfully, but these errors were encountered: