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 report changed cards when changing deck/flag 2021-05-21 16:03:05 +10:00
collection.py Drop support for checkpoints (#2742) 2023-10-17 12:43:34 +10:00
deck.py Move away from Bazel (#2202) 2022-11-27 15:24:20 +10:00
note.py Add aqt.operations helper for col.update_notes() (#2145) 2022-10-28 20:52:04 +10:00
notetype.py Skip template checks in Fields screen (#2670) 2023-09-20 16:09:54 +10:00
scheduling.py Remember previous choices in reposition dialog (#1950) 2022-07-08 11:28:38 +10:00
tag.py Move away from Bazel (#2202) 2022-11-27 15:24:20 +10:00