Have you tried connecting to the datastore via the remote_api shell and retrieving the entity and checking the length there. That way you can be sure you actually have the data in the datastore.
T On May 14, 2:23 am, jakelevine <[email protected]> wrote: > The site in question iswww.ourstruly.com. For some reason the > datastore viewer is only showing the first 804 characters of user > input (986 w spaces). I'm using the TinyMCE WYSIWYG editor for the > input but it is a normal textarea field. > > Is there a character limit on TextProperty? Or perhaps a character > limit on what the datastore viewer can show? This doc seems to imply > that there is not: > > http://code.google.com/appengine/docs/python/datastore/typesandproper... > > -- > 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 > athttp://groups.google.com/group/google-appengine?hl=en. -- 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.
