I have a model set up with a LinkProperty which is not required however when
trying to save the entity with a value of None I get a BadValue error saying
the Link cannot be empty. Is this by design and/or documented somewhere?

...
class Profile(db.Model):
  ...
  homepage = db.LinkProperty(verbose_name=_(u"Homepage URL"),required=False)
  ...

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to