how to make the StringListProperty's value unique in google-app-engine.

Posted by zjm1126 on Stack Overflow See other posts from Stack Overflow or by zjm1126
Published on 2010-05-08T07:39:01Z Indexed on 2010/05/08 7:48 UTC
Read the original article Hit count: 200

Filed under:
|
|

can do this ????:

class Thread(db.Model):
  members = db.StringListProperty(unique =True)

thanks

© Stack Overflow or respective owner

Related posts about google-app-engine

Related posts about python