pombreda / appengine-ndb-experiment

Automatically exported from code.google.com/p/appengine-ndb-experiment
Other
0 stars 0 forks source link

documentation defect. #219

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. 
https://developers.google.com/appengine/docs/python/ndb/queries#filter_by_prop
2. (If you are sure that there was just one Account with that userid, you might 
prefer to use userid as a key. Account.get_by_id(...) is faster than 
Account.query(...).)
3.

What is the expected output? What do you see instead?
https://developers.google.com/appengine/docs/python/ndb/modelclass#Model_get_by_
id

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by shaneb...@gmail.com on 23 Oct 2012 at 7:50

GoogleCodeExporter commented 9 years ago
Just to clarify, you are suggesting that we add a link to the docs for 
get_by_id, right?

Original comment by guido@google.com on 23 Oct 2012 at 4:37

GoogleCodeExporter commented 9 years ago
Fix is live.

Original comment by guido@google.com on 24 Oct 2012 at 1:56