You need to declare the property 'url_title' in your model class like
this:
    url_property = db.StringProperty(multiline=True)

It indicates that a multilne string ( when copied and pasted from html
pages, it happens some times. )
should also be stored in the datastore.



On Nov 14, 9:00 am, Guri <[email protected]> wrote:
> Hi,
> I am using Beautiful soupwww.crummy.com/software/BeautifulSoupto
> fetch title of a url and storing it in datastore as StringProperty .
> It works with most of them but likewww.code.google.com/it throws an
> exception while storing in datastore.
> Exception BadValueError:
> "Property value url_title is not multilne"
>
> Any pointers please.
>
> Thanks,
> Guri

--

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=.


Reply via email to