Skip to content

store DictFields as flattened list #31

Open
@aburgel

Description

@aburgel

currently djangotoolbox.DictField is stored as a pickled blob for app engine. but it looks like its possible to store it as a flattened list. (see djangotoolbox.db.base line 418).

this would make it a bit easier to read/access the data from outside django, like the appengine dashboard.

any thoughts on making this switch? we'd probably need to add some code to convert existing objects.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions