sqlalchemy-bot
sqlalchemy-bot
**Michael Bayer ([@zzzeek](https://github.com/zzzeek)) wrote:** this is only for convenience. you can work around it, given the top example: ``` class B(A): @validates('data') def validate(self, key, value): value = super(B, self).validate(key,...
**Seungha Kim wrote:** Thank you for your answer, sincerely! I tried that before and not worked, but it maybe broke because I added validate method to joined table inheritance class......
**Seungha Kim wrote:** Whatever, I solved my problem by your `listens_for` method. Thank you so much!
**Michael Bayer ([@zzzeek](https://github.com/zzzeek)) wrote:** this is an enhancement and also w/ a pretty backwards-incompatible tilt as folks who make sure both validators run directly right now will have them called...
**Sam Bourne wrote:** +1 for this (tested on `sqlalchemy version 0.9.9`) I have a scenario where I am inheriting from a model which I do not want to modify (pip...
**Changes by Michael Bayer ([@zzzeek](https://github.com/zzzeek)):** * edited description
**Changes by Michael Bayer ([@zzzeek](https://github.com/zzzeek)):** * changed **milestone** from "0.9.3" to "0.9.4"
**Changes by Michael Bayer ([@zzzeek](https://github.com/zzzeek)):** * changed **milestone** from "0.9.4" to "0.9.5"
**Changes by Michael Bayer ([@zzzeek](https://github.com/zzzeek)):** * edited description
**Changes by Michael Bayer ([@zzzeek](https://github.com/zzzeek)):** * changed **milestone** from "0.9.5" to "1.0"