diff --git a/aleksis/apps/alsijil/models.py b/aleksis/apps/alsijil/models.py
index 65ac367a181a1853c16496de04dd0d4c27e04904..a2d37a972ed04d6b894109d51debac6fda20c31c 100644
--- a/aleksis/apps/alsijil/models.py
+++ b/aleksis/apps/alsijil/models.py
@@ -530,7 +530,6 @@ class Documentation(CalendarEvent):
         """
 
         # 1. Find all LessonEvents for all Lessons of this Course in this date range
-        #  TODO: verify that substitutions don't break this
         events = LessonEvent.get_single_events(
             date_start,
             date_end,
@@ -538,6 +537,7 @@ class Documentation(CalendarEvent):
             {
                 "type": obj_type,
                 "id": obj_id,
+                "not_amended": True,
             },
             with_reference_object=True,
         )