Anki/qt/aqt/operations
Abdo b23f17df27
Drop support for checkpoints (#2742)
* Drop support for checkpoints

* Deprecate .flush()

* Remove .begin/.commit

* Remove rollback() and deprecate save/autosave/reset()

There's no need to commit anymore, as the Rust code is handling
transactions for us.

* Add safer transact() method

This will ensure add-on authors can't accidentally leave a transaction
open, leading to data loss.

---------

Co-authored-by: Damien Elmes <gpg@ankiweb.net>
2023-10-17 12:43:34 +10:00
..
__init__.py Drop support for checkpoints (#2742) 2023-10-17 12:43:34 +10:00
card.py
collection.py Drop support for checkpoints (#2742) 2023-10-17 12:43:34 +10:00
deck.py
note.py
notetype.py Skip template checks in Fields screen (#2670) 2023-09-20 16:09:54 +10:00
scheduling.py
tag.py