Open GoogleCodeExporter opened 9 years ago
I'm getting the same problem. When I try to set a hybrid_property of
"description" which attaches to a declarative table definition of
"_description", I get this error:
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-
packages/formalchemy/forms.py", line 773, in __getattr__
raise AttributeError(attrname)
AttributeError: description
I've tried to find out why this doesn't work, and I think it's because,
FieldSet.__init__'s calls to class_mapper(cls).iterate_properties don't return
hybrid properties.
Original comment by coredump...@gmail.com
on 12 Sep 2011 at 10:27
Hi guys, I added a similar ticket to the current bug tracker at github (plus I
linked to a reported solution for the problem):
https://github.com/FormAlchemy/formalchemy/issues/20
Original comment by Mariano....@gmail.com
on 28 Oct 2011 at 7:55
Original issue reported on code.google.com by
lionface...@gmail.com
on 1 Sep 2011 at 6:05Attachments: