Don't know why we skipped that in #1905, but as BasePersistence is an interface, it makes sense for all methods to be abcs. As flush currently doesn't raise NotImplementedError, this is strictly speaking breaking, so putting this on the v14 milestone.
Don't know why we skipped that in #1905, but as
BasePersistenceis an interface, it makes sense for all methods to be abcs. Asflushcurrently doesn't raiseNotImplementedError, this is strictly speaking breaking, so putting this on the v14 milestone.