On Nov 27, 12:47 am, Geoffrey Wiseman <[EMAIL PROTECTED]> wrote: > Is this a bug, or am I doing something wrong and not realizing what it > is that I'm doing wrong? :)
Dunno if Django handles this better than Django under GAE, but -- this was caused by returning self.clean_data from a clean_<field> method instead of the cleaned value. So, better error handling would have caught my mistake, and made it evident, but it was still a mistake. - Geoffrey --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
