Make Condition and ConditionSet serializable in JSONField.
Review Request #8351 — Created Aug. 26, 2016 and submitted
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.
| Description | From | Last Updated |
|---|---|---|
|
Your description says serializable but it should be serialize. |
|
Tool: Pyflakes Processed Files: djblets/conditions/conditions.py Tool: PEP8 Style Checker Processed Files: djblets/conditions/conditions.py