The source project of this merge request has been removed.
Cleanup unused code
- Removes the unused
.user()and.unit()methods - Removes commented out code leftover from weblate days
- Fold
.changes()into .fetch_items(), since-
.changes()is only ever called once -
.changes()is a misnomer from weblate -
.changes()didn't do anything other than call.fetch_items()
-
- Incidentally fixes the
from_dateparameter, which was dropped in the previous.changes()method