Make Condition and ConditionSet serializable in JSONField.
Review Request #8351 — Created Aug. 26, 2016 and submitted — Latest diff uploaded
ConditionandConditionSetnow define ato_json()method (an alias
ofserialize()), allowing them to be serialized in aJSONField
(or anywhere else where aDjbletsJSONEncoderis used).
Tested saving a
ConditionSetto aJSONFieldwithout having to
resort to manually serializing during save.