@@ -38,6 +38,7 @@ def test_api_documents_descendants_list_anonymous_public_standalone():
3838 "computed_link_role" : child1 .computed_link_role ,
3939 "created_at" : child1 .created_at .isoformat ().replace ("+00:00" , "Z" ),
4040 "creator" : str (child1 .creator .id ),
41+ "deleted_at" : None ,
4142 "depth" : 2 ,
4243 "excerpt" : child1 .excerpt ,
4344 "id" : str (child1 .id ),
@@ -62,6 +63,7 @@ def test_api_documents_descendants_list_anonymous_public_standalone():
6263 "computed_link_role" : grand_child .computed_link_role ,
6364 "created_at" : grand_child .created_at .isoformat ().replace ("+00:00" , "Z" ),
6465 "creator" : str (grand_child .creator .id ),
66+ "deleted_at" : None ,
6567 "depth" : 3 ,
6668 "excerpt" : grand_child .excerpt ,
6769 "id" : str (grand_child .id ),
@@ -84,6 +86,7 @@ def test_api_documents_descendants_list_anonymous_public_standalone():
8486 "computed_link_role" : child2 .computed_link_role ,
8587 "created_at" : child2 .created_at .isoformat ().replace ("+00:00" , "Z" ),
8688 "creator" : str (child2 .creator .id ),
89+ "deleted_at" : None ,
8790 "depth" : 2 ,
8891 "excerpt" : child2 .excerpt ,
8992 "id" : str (child2 .id ),
@@ -135,6 +138,7 @@ def test_api_documents_descendants_list_anonymous_public_parent():
135138 "computed_link_role" : child1 .computed_link_role ,
136139 "created_at" : child1 .created_at .isoformat ().replace ("+00:00" , "Z" ),
137140 "creator" : str (child1 .creator .id ),
141+ "deleted_at" : None ,
138142 "depth" : 4 ,
139143 "excerpt" : child1 .excerpt ,
140144 "id" : str (child1 .id ),
@@ -157,6 +161,7 @@ def test_api_documents_descendants_list_anonymous_public_parent():
157161 "computed_link_role" : grand_child .computed_link_role ,
158162 "created_at" : grand_child .created_at .isoformat ().replace ("+00:00" , "Z" ),
159163 "creator" : str (grand_child .creator .id ),
164+ "deleted_at" : None ,
160165 "depth" : 5 ,
161166 "excerpt" : grand_child .excerpt ,
162167 "id" : str (grand_child .id ),
@@ -179,6 +184,7 @@ def test_api_documents_descendants_list_anonymous_public_parent():
179184 "computed_link_role" : child2 .computed_link_role ,
180185 "created_at" : child2 .created_at .isoformat ().replace ("+00:00" , "Z" ),
181186 "creator" : str (child2 .creator .id ),
187+ "deleted_at" : None ,
182188 "depth" : 4 ,
183189 "excerpt" : child2 .excerpt ,
184190 "id" : str (child2 .id ),
@@ -251,6 +257,7 @@ def test_api_documents_descendants_list_authenticated_unrelated_public_or_authen
251257 "computed_link_role" : child1 .computed_link_role ,
252258 "created_at" : child1 .created_at .isoformat ().replace ("+00:00" , "Z" ),
253259 "creator" : str (child1 .creator .id ),
260+ "deleted_at" : None ,
254261 "depth" : 2 ,
255262 "excerpt" : child1 .excerpt ,
256263 "id" : str (child1 .id ),
@@ -273,6 +280,7 @@ def test_api_documents_descendants_list_authenticated_unrelated_public_or_authen
273280 "computed_link_role" : grand_child .computed_link_role ,
274281 "created_at" : grand_child .created_at .isoformat ().replace ("+00:00" , "Z" ),
275282 "creator" : str (grand_child .creator .id ),
283+ "deleted_at" : None ,
276284 "depth" : 3 ,
277285 "excerpt" : grand_child .excerpt ,
278286 "id" : str (grand_child .id ),
@@ -295,6 +303,7 @@ def test_api_documents_descendants_list_authenticated_unrelated_public_or_authen
295303 "computed_link_role" : child2 .computed_link_role ,
296304 "created_at" : child2 .created_at .isoformat ().replace ("+00:00" , "Z" ),
297305 "creator" : str (child2 .creator .id ),
306+ "deleted_at" : None ,
298307 "depth" : 2 ,
299308 "excerpt" : child2 .excerpt ,
300309 "id" : str (child2 .id ),
@@ -352,6 +361,7 @@ def test_api_documents_descendants_list_authenticated_public_or_authenticated_pa
352361 "computed_link_role" : child1 .computed_link_role ,
353362 "created_at" : child1 .created_at .isoformat ().replace ("+00:00" , "Z" ),
354363 "creator" : str (child1 .creator .id ),
364+ "deleted_at" : None ,
355365 "depth" : 4 ,
356366 "excerpt" : child1 .excerpt ,
357367 "id" : str (child1 .id ),
@@ -374,6 +384,7 @@ def test_api_documents_descendants_list_authenticated_public_or_authenticated_pa
374384 "computed_link_role" : grand_child .computed_link_role ,
375385 "created_at" : grand_child .created_at .isoformat ().replace ("+00:00" , "Z" ),
376386 "creator" : str (grand_child .creator .id ),
387+ "deleted_at" : None ,
377388 "depth" : 5 ,
378389 "excerpt" : grand_child .excerpt ,
379390 "id" : str (grand_child .id ),
@@ -396,6 +407,7 @@ def test_api_documents_descendants_list_authenticated_public_or_authenticated_pa
396407 "computed_link_role" : child2 .computed_link_role ,
397408 "created_at" : child2 .created_at .isoformat ().replace ("+00:00" , "Z" ),
398409 "creator" : str (child2 .creator .id ),
410+ "deleted_at" : None ,
399411 "depth" : 4 ,
400412 "excerpt" : child2 .excerpt ,
401413 "id" : str (child2 .id ),
@@ -474,6 +486,7 @@ def test_api_documents_descendants_list_authenticated_related_direct():
474486 "computed_link_role" : child1 .computed_link_role ,
475487 "created_at" : child1 .created_at .isoformat ().replace ("+00:00" , "Z" ),
476488 "creator" : str (child1 .creator .id ),
489+ "deleted_at" : None ,
477490 "depth" : 2 ,
478491 "excerpt" : child1 .excerpt ,
479492 "id" : str (child1 .id ),
@@ -496,6 +509,7 @@ def test_api_documents_descendants_list_authenticated_related_direct():
496509 "computed_link_role" : grand_child .computed_link_role ,
497510 "created_at" : grand_child .created_at .isoformat ().replace ("+00:00" , "Z" ),
498511 "creator" : str (grand_child .creator .id ),
512+ "deleted_at" : None ,
499513 "depth" : 3 ,
500514 "excerpt" : grand_child .excerpt ,
501515 "id" : str (grand_child .id ),
@@ -518,6 +532,7 @@ def test_api_documents_descendants_list_authenticated_related_direct():
518532 "computed_link_role" : child2 .computed_link_role ,
519533 "created_at" : child2 .created_at .isoformat ().replace ("+00:00" , "Z" ),
520534 "creator" : str (child2 .creator .id ),
535+ "deleted_at" : None ,
521536 "depth" : 2 ,
522537 "excerpt" : child2 .excerpt ,
523538 "id" : str (child2 .id ),
@@ -576,6 +591,7 @@ def test_api_documents_descendants_list_authenticated_related_parent():
576591 "computed_link_role" : child1 .computed_link_role ,
577592 "created_at" : child1 .created_at .isoformat ().replace ("+00:00" , "Z" ),
578593 "creator" : str (child1 .creator .id ),
594+ "deleted_at" : None ,
579595 "depth" : 4 ,
580596 "excerpt" : child1 .excerpt ,
581597 "id" : str (child1 .id ),
@@ -598,6 +614,7 @@ def test_api_documents_descendants_list_authenticated_related_parent():
598614 "computed_link_role" : grand_child .computed_link_role ,
599615 "created_at" : grand_child .created_at .isoformat ().replace ("+00:00" , "Z" ),
600616 "creator" : str (grand_child .creator .id ),
617+ "deleted_at" : None ,
601618 "depth" : 5 ,
602619 "excerpt" : grand_child .excerpt ,
603620 "id" : str (grand_child .id ),
@@ -620,6 +637,7 @@ def test_api_documents_descendants_list_authenticated_related_parent():
620637 "computed_link_role" : child2 .computed_link_role ,
621638 "created_at" : child2 .created_at .isoformat ().replace ("+00:00" , "Z" ),
622639 "creator" : str (child2 .creator .id ),
640+ "deleted_at" : None ,
623641 "depth" : 4 ,
624642 "excerpt" : child2 .excerpt ,
625643 "id" : str (child2 .id ),
@@ -724,6 +742,7 @@ def test_api_documents_descendants_list_authenticated_related_team_members(
724742 "computed_link_role" : child1 .computed_link_role ,
725743 "created_at" : child1 .created_at .isoformat ().replace ("+00:00" , "Z" ),
726744 "creator" : str (child1 .creator .id ),
745+ "deleted_at" : None ,
727746 "depth" : 2 ,
728747 "excerpt" : child1 .excerpt ,
729748 "id" : str (child1 .id ),
@@ -746,6 +765,7 @@ def test_api_documents_descendants_list_authenticated_related_team_members(
746765 "computed_link_role" : grand_child .computed_link_role ,
747766 "created_at" : grand_child .created_at .isoformat ().replace ("+00:00" , "Z" ),
748767 "creator" : str (grand_child .creator .id ),
768+ "deleted_at" : None ,
749769 "depth" : 3 ,
750770 "excerpt" : grand_child .excerpt ,
751771 "id" : str (grand_child .id ),
@@ -768,6 +788,7 @@ def test_api_documents_descendants_list_authenticated_related_team_members(
768788 "computed_link_role" : child2 .computed_link_role ,
769789 "created_at" : child2 .created_at .isoformat ().replace ("+00:00" , "Z" ),
770790 "creator" : str (child2 .creator .id ),
791+ "deleted_at" : None ,
771792 "depth" : 2 ,
772793 "excerpt" : child2 .excerpt ,
773794 "id" : str (child2 .id ),
0 commit comments