handle multiple pks in AdminModelConverter.converter()
* New helper-function `contrib.sqla.tools.has_multiple_pks(model)` * The unique validator is only added to the primary key column in `converter()`, when the model does not have multiple primary keys. * Removed option `form_excluded_pk_columns_from_unique_validation` * documentation updated * example updated
Showing
Please register or sign in to comment