On Thu, Jun 23, 2011 at 10:50 AM, sergey <[email protected]> wrote:
> ipads = Item.all().filter('name =', 'ipad').count()
Sometimes happens to me in the form of typo. I've adopted this form:
ipads = Item.all().filter('name', 'ipad').count()
It's documented.
--
Branko Vukelić
[email protected]
Lead Developer
Herd Hound (tm) - Travel that doesn't bite
www.herdhound.com
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en.