First off, I\'m relatively new to Google App Engine, so I\'m probably doing something silly.
Say I\'ve got a model Foo:
class Foo(db.Model): name = db
Here is a pretty thorough discussion of unqiueness with the AppEngine datastore: How do I define a unique property for a Model in Google App Engine?