vote up 0 vote down star

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.

flag

1 Answer

vote up 1 vote down

I got it to work by overriding the init method of the modelform to pick up the correct fields as I had to do filtering of the choices as well.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.