How do we override the choice field display of a reference property in appengine using Django?

Posted by Sriram on Stack Overflow See other posts from Stack Overflow or by Sriram
Published on 2009-10-28T07:25:16Z Indexed on 2010/03/16 14:46 UTC
Read the original article Hit count: 307

The default choice field display of a reference property in appengine returns the choices as the string representation of the entire object. What is the best method to override this behaviour? I tried to override str() in the referenced class. But it does not work.

© Stack Overflow or respective owner

Related posts about django

Related posts about referenceproperty