You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Don't know why we skipped that in #1905, but as
BasePersistence
is an interface, it makes sense for all methods to be abcs. Asflush
currently doesn't raiseNotImplementedError
, this is strictly speaking breaking, so putting this on the v14 milestone.The text was updated successfully, but these errors were encountered: