beets/beets/library
Šarūnas Nejus e1e0d945f8
Add NotFoundError and Model.get_fresh_from_db; tidy DB getters
Introduce NotFoundError and a Model.get_fresh_from_db helper that reloads
an object from the database and raises when missing. Use it to simplify
Model.load and UI change detection.
2025-12-27 14:26:29 +00:00
..
__init__.py Centralise warnings for maintainers into deprecate_for_maintainers 2025-11-30 07:02:46 +00:00
exceptions.py Replace string concatenation (' + ') 2025-08-30 23:10:15 +01:00
library.py Add NotFoundError and Model.get_fresh_from_db; tidy DB getters 2025-12-27 14:26:29 +00:00
models.py Add NotFoundError and Model.get_fresh_from_db; tidy DB getters 2025-12-27 14:26:29 +00:00
queries.py Split library file into different files inside library folder. 2025-07-08 11:38:12 +02:00