Is it possible to define validators in model definitions which the admin interface will handle?
For example, validators for SQLAlchemy models (raising an exception on failure) are described here: http://docs.sqlalchemy.org/en/rel_0_9/orm/mapped_attributes.html However, in the admin interface, a debug dump is produced, rather than displaying the error on the failed property. Is it possible to show model validation errors on the admin interface as it does for basic type validation errors? -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/turbogears. For more options, visit https://groups.google.com/d/optout.

