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
If an element has validations specified in clean() method, they are run only when an object is initialized the first time. But the method should be triggered on every change to the object's attributes.
P.S -> This should work in tandem with elements that cannot be changed at all (Immutable Elements) like Commands and Events.
The text was updated successfully, but these errors were encountered:
If an element has validations specified in
clean()
method, they are run only when an object is initialized the first time. But the method should be triggered on every change to the object's attributes.P.S -> This should work in tandem with elements that cannot be changed at all (Immutable Elements) like Commands and Events.
The text was updated successfully, but these errors were encountered: