Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

store DictFields as flattened list #31

Open
aburgel opened this issue May 7, 2012 · 1 comment
Open

store DictFields as flattened list #31

aburgel opened this issue May 7, 2012 · 1 comment

Comments

@aburgel
Copy link
Member

aburgel commented May 7, 2012

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.

@Sepero
Copy link

Sepero commented Nov 1, 2012

Perhaps store them in json instead of pickle?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants