waytype=None

This commit is contained in:
Laura Klünder 2024-12-25 21:33:02 +01:00
parent 4c1fbb3b21
commit c0a412297d

View file

@ -118,6 +118,7 @@ class LeaveDescriptionQuest(Quest):
for from_space, to_space, from_point, to_point in GraphEdge.objects.filter(
from_node__space__in=spaces,
to_node__space__in=spaces,
waytype=None,
**more_filter,
).exclude(
from_node__space=F("to_node__space")