From e9406719ceb7dccab086a498b70a8a872b7ae569 Mon Sep 17 00:00:00 2001
From: Dominik George <dominik.george@teckids.org>
Date: Sat, 29 Jan 2022 14:52:15 +0100
Subject: [PATCH] [Docs] Amend hints on versions

---
 docs/admin/10_features.rst      | 3 +++
 docs/admin/20_configuration.rst | 4 +++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/docs/admin/10_features.rst b/docs/admin/10_features.rst
index 76a39c5..8d6e0c2 100644
--- a/docs/admin/10_features.rst
+++ b/docs/admin/10_features.rst
@@ -26,6 +26,9 @@ information from Untis can be imported into AlekSIS:
 * Substitutions, extra lessons, cancellations
 * Events
 
+The Untis integration supports the versioning features of Untis. By default,
+the most recent version of each object is imported.
+
 Currently, the following features are known not to be supported:
 
 * Students, student groups, student choices
diff --git a/docs/admin/20_configuration.rst b/docs/admin/20_configuration.rst
index 7703e31..9984da3 100644
--- a/docs/admin/20_configuration.rst
+++ b/docs/admin/20_configuration.rst
@@ -92,7 +92,9 @@ is also already imported when it becomes reelvant.
 
 In general, all tasks will do nothing if there is no matching Untis term.
 
-To use these tasks, you have to add them as periodic tasks.
+To use these tasks, you have to add them as periodic tasks. By default, they will
+import the most recent plan version from Untis. To select a specific version (i.e.
+to import an older snapshot), you can pass the ``version`` argument in the tasks.
 
 How existing data is matched
 ----------------------------
-- 
GitLab