Anki/pylib/anki/importing
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 The importer list have a Hook (#1543) 2021-12-09 11:20:29 +10:00
anki2.py Drop support for checkpoints (#2742) 2023-10-17 12:43:34 +10:00
apkg.py Add apkg import/export on backend (#1743) 2022-05-02 21:12:46 +10:00
base.py Update Python deps 2023-03-31 14:04:05 +10:00
csvfile.py Update Python deps 2023-03-31 14:04:05 +10:00
mnemo.py Update Python deps 2023-03-31 14:04:05 +10:00
noteimp.py Update Python deps 2023-03-31 14:04:05 +10:00
pauker.py Enable invalid-name globally in pylib (#1454) 2021-10-25 19:10:56 +10:00
supermemo_xml.py Update Python deps 2023-03-31 14:04:05 +10:00