Skip to content

Commit f3f2594

Browse files
committed
Remove now-unused direct_ancestors from context
1 parent 25806c1 commit f3f2594

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

cbv/views.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ def get_context_data(self, **kwargs):
7777
"all_children": children,
7878
"attributes": klass.get_prepared_attributes(),
7979
"canonical_url": self.request.build_absolute_uri(canonical_url_path),
80-
"direct_ancestors": direct_ancestors,
8180
"klass": klass,
8281
"methods": list(klass.get_methods()),
8382
"nav": nav,

0 commit comments

Comments
 (0)