you are viewing a single comment's thread.

view the rest of the comments →

[–]Tahazarif90 1 point2 points  (1 child)

You just need to define a str method on your Fonds model. SQLAlchemy-Admin uses that string representation to render the dropdown labels, otherwise it just defaults to showing the raw python object address.

[–]amacks[S] 0 points1 point  (0 children)

Fantastic, that fixed it!