ets-labs / python-domain-models

Domain models framework for Python projects
BSD 3-Clause "New" or "Revised" License
22 stars 4 forks source link

Issue #26: Fields custom getters and setters. #34

Open boonya opened 7 years ago

boonya commented 7 years ago

@rmk135 , but it doesn't work )))

rmk135 commented 7 years ago

what? :))

On Nov 18, 2016, at 11:20 AM, Sergii [boonya] Buinytskyi notifications@github.com wrote:

@rmk135 https://github.com/rmk135 , but it doesn't work )))

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ets-labs/python-domain-models/pull/34#issuecomment-261485006, or mute the thread https://github.com/notifications/unsubscribe-auth/ABqU4WVemUT1gHpYte7o1ArJ5C5Sr3qqks5q_W3bgaJpZM4Kw0Pt.

boonya commented 7 years ago

See? https://travis-ci.org/ets-labs/python-domain-models/builds/175556458

boonya commented 7 years ago

It depends on fields sequence. In this case open_id field depends on id. So, if model binds id first then it works fine. But in other case it doesn't. Still working on it when I have a time.