复制代码def get_value(self, dictionary): """Get value.""" value = super(BooleanField, self).get_value(dictionary) return to_representation(value)