Google Code Exporter

Results 21344 comments of Google Code Exporter

``` so you would imagine this as being a "static" option, as opposed to "per-request"? maybe we could have a special prefix which identifies a key/numeric_id, e.g. "id~"? although you...

Original comment by `[email protected]` on 19 Jan 2013 at 1:56 - Added labels: **Type-Enhancement** - Removed labels: **Type-Defect**

``` My original thought was that this would be a static option. Normally each entity only has one "public" ID used to access it via URL, which is my reasoning...

``` There is not a way to do that currently. it's not an unreasonable idea. how would you suggest controlling the level of nesting, or which objects were included? ```...

``` I had i similar requirement. I need to be able to have a nested list of objects of another type and this must be serialized as objects and not...

``` It sort of works but the json is not yet correct: "images": { "item": [ {"Image": {"index": 0} }, {"Image": {"index": 1} } ] } ``` Original comment by...

``` As i mentioned in my previous comment, enabling this support may not be especially difficult, the bigger question is how to control _when_ keys are dereferenced. if you have...

``` I would say the first option. It gives you more strict control over what data is dereferenced and when. ``` Original comment by `[email protected]` on 4 Feb 2013 at...

Original comment by `[email protected]` on 6 Jun 2012 at 11:27 - Added labels: **Type-Enhancement** - Removed labels: **Type-Defect**

``` NDB: https://developers.google.com/appengine/docs/python/ndb/ ``` Original comment by `[email protected]` on 15 May 2012 at 12:13 - Added labels: **Type-Enhancement**, **Priority-Low** - Removed labels: **Type-Defect**, **Priority-Medium**