[Sqlalchemy-tickets] Issue #4332: hybrid_property gives AttributeError (zzzeek/sqlalchemy)
Brought to you by:
zzzeek
From: René S. <iss...@bi...> - 2018-09-12 07:14:01
|
New issue 4332: hybrid_property gives AttributeError https://bitbucket.org/zzzeek/sqlalchemy/issues/4332/hybrid_property-gives-attributeerror René Steetskamp: I have a hybrid property "password" which used to work but after a package update gave "AttributeError: can't set attribute". Downgrading to "sqlalchemy<1.2" fixed the issue. Using sqlite 3.22.0, flask and flask-sqlachemy. Pipfile, execution+stack traces and test script attached. |