def validate_isbn(self, filed): if Book.query.filter_by(isbn=filed.data).count(): raise ValidationError(u'???????ISBN,????,?????????????.')