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
SQLAlchemy has @declared_attr decorator which adds declarative fields for "base" models. It would be nice to allow to keep @declared_attr methods close to class attributes like this:
SQLAlchemy has
@declared_attr
decorator which adds declarative fields for "base" models. It would be nice to allow to keep@declared_attr
methods close to class attributes like this:https://docs.sqlalchemy.org/en/13/orm/extensions/declarative/api.html#sqlalchemy.ext.declarative.declared_attr
The text was updated successfully, but these errors were encountered: