You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: