SONManipulator not used after object is saved

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Done
    • Priority: Minor - P4
    • None
    • Affects Version/s: 2.4.1
    • Component/s: None
    • None
    • Environment:
      Python 2.7.3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      In the same way that 'manipulate' returns the '_id' field to its Python object, should not a SONManipulator be applied to appropriate fields as they are returned to Python? It seems that it currently does not do this. So

      {'my_field':<my_custom_object>}

      gets saved and becomes {'_id':..., 'my_field':{'_type':'my_custom_object', 'foo':'bar}}. Shouldn't the SONManipulator be applied?

            Assignee:
            Bernie Hackett
            Reporter:
            Matt Bodman
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: